Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,4 @@ with gr.Blocks() as demo:
|
|
67 |
history.append((user_message, bot_reply))
|
68 |
return history, history
|
69 |
|
70 |
-
send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])
|
71 |
-
|
72 |
-
# Note: No launch() call here. Hugging Face will handle this.
|
|
|
67 |
history.append((user_message, bot_reply))
|
68 |
return history, history
|
69 |
|
70 |
+
send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])
|
|
|
|