Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def chat(message, history=[]):
|
|
| 23 |
reply = resp.split("Aria:")[-1].strip()
|
| 24 |
|
| 25 |
history.append([message, reply])
|
| 26 |
-
return history
|
| 27 |
|
| 28 |
with gr.Blocks() as demo:
|
| 29 |
chat_ui = gr.Chatbot()
|
|
|
|
| 23 |
reply = resp.split("Aria:")[-1].strip()
|
| 24 |
|
| 25 |
history.append([message, reply])
|
| 26 |
+
return history
|
| 27 |
|
| 28 |
with gr.Blocks() as demo:
|
| 29 |
chat_ui = gr.Chatbot()
|