Spaces:
Paused
Paused
FlawedLLM commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,6 +91,8 @@ def bot_streaming(message, history):
|
|
| 91 |
buffer += new_text
|
| 92 |
yield buffer
|
| 93 |
|
|
|
|
|
|
|
| 94 |
|
| 95 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
| 96 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
|
|
|
| 91 |
buffer += new_text
|
| 92 |
yield buffer
|
| 93 |
|
| 94 |
+
print(conversation)
|
| 95 |
+
|
| 96 |
|
| 97 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
| 98 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|