Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,6 @@ def respond(message, history):
|
|
| 21 |
response += token
|
| 22 |
yield response
|
| 23 |
|
| 24 |
-
chatbot = gr.ChatInterface(
|
| 25 |
|
| 26 |
chatbot.launch(debug=True)
|
|
|
|
| 21 |
response += token
|
| 22 |
yield response
|
| 23 |
|
| 24 |
+
chatbot = gr.ChatInterface(respond)
|
| 25 |
|
| 26 |
chatbot.launch(debug=True)
|