Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def process_question_with_agent(question):
|
|
47 |
return result
|
48 |
|
49 |
# Load the image from the specified path
|
50 |
-
image_path = "
|
51 |
image = Image.open(image_path)
|
52 |
|
53 |
# Resize the image to 500x500
|
|
|
47 |
return result
|
48 |
|
49 |
# Load the image from the specified path
|
50 |
+
image_path = "./image-removebg-preview (1).png" # Update with your image path
|
51 |
image = Image.open(image_path)
|
52 |
|
53 |
# Resize the image to 500x500
|