Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -681,7 +681,7 @@ class XylariaChat:
|
|
| 681 |
|
| 682 |
if image_filepath:
|
| 683 |
response_stream = self.get_response(message, image_filepath)
|
| 684 |
-
|
| 685 |
response_stream = self.get_response(message)
|
| 686 |
|
| 687 |
if isinstance(response_stream, str):
|
|
|
|
| 681 |
|
| 682 |
if image_filepath:
|
| 683 |
response_stream = self.get_response(message, image_filepath)
|
| 684 |
+
else:
|
| 685 |
response_stream = self.get_response(message)
|
| 686 |
|
| 687 |
if isinstance(response_stream, str):
|