Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ def add_message(history, message):
|
|
275 |
if message["text"] is not None:
|
276 |
history.append((message["text"], None))
|
277 |
print("chat_image_num", chat_image_num)
|
278 |
-
print(f"### Chatbot instance ID: {id(our_chatbot)}")
|
279 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
280 |
else:
|
281 |
for x in message["files"]:
|
|
|
275 |
if message["text"] is not None:
|
276 |
history.append((message["text"], None))
|
277 |
print("chat_image_num", chat_image_num)
|
278 |
+
# print(f"### Chatbot instance ID: {id(our_chatbot)}")
|
279 |
return history, gr.MultimodalTextbox(value=None, interactive=False)
|
280 |
else:
|
281 |
for x in message["files"]:
|