Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ def chat(message, history):
|
|
| 119 |
print(history)
|
| 120 |
print(message)
|
| 121 |
if len(history) == 0 or len(message["files"]) != 0:
|
| 122 |
-
test_image = message["files"][0]
|
| 123 |
else:
|
| 124 |
test_image = history[0][0][0]
|
| 125 |
|
|
|
|
| 119 |
print(history)
|
| 120 |
print(message)
|
| 121 |
if len(history) == 0 or len(message["files"]) != 0:
|
| 122 |
+
test_image = message["files"][0]
|
| 123 |
else:
|
| 124 |
test_image = history[0][0][0]
|
| 125 |
|