Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,6 +194,8 @@ def process_chat_stream(message, history):
|
|
| 194 |
time.sleep(0.1)
|
| 195 |
yield {"role": "assistant", "content": partial_message}
|
| 196 |
|
|
|
|
|
|
|
| 197 |
# Create Gradio interface
|
| 198 |
chatbot = gr.Chatbot(
|
| 199 |
show_label=False,
|
|
|
|
| 194 |
time.sleep(0.1)
|
| 195 |
yield {"role": "assistant", "content": partial_message}
|
| 196 |
|
| 197 |
+
|
| 198 |
+
|
| 199 |
# Create Gradio interface
|
| 200 |
chatbot = gr.Chatbot(
|
| 201 |
show_label=False,
|