Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def chat_with_model(image_path=None, text_query=None, history=None):
|
|
51 |
full_image_path = default_image_path
|
52 |
else:
|
53 |
full_image_path = default_image_path
|
54 |
-
else:
|
55 |
print("No image path provided, using default image.")
|
56 |
image_path = default_image_path
|
57 |
text_input = text_query if text_query else ""
|
|
|
51 |
full_image_path = default_image_path
|
52 |
else:
|
53 |
full_image_path = default_image_path
|
|
|
54 |
print("No image path provided, using default image.")
|
55 |
image_path = default_image_path
|
56 |
text_input = text_query if text_query else ""
|