Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,6 @@ with gr.Blocks() as demo:
|
|
| 90 |
clear = gr.ClearButton(components=[msg, chatbot, system, temperature], value="Clear console")
|
| 91 |
|
| 92 |
btn.click(respond, inputs=[msg, chatbot, system, temperature], outputs=[msg, chatbot])
|
| 93 |
-
msg.submit(respond, inputs=[msg, chatbot, system, temperature], outputs=[msg, chatbot])
|
| 94 |
gr.close_all()
|
| 95 |
demo.queue().launch()
|
|
|
|
| 90 |
clear = gr.ClearButton(components=[msg, chatbot, system, temperature], value="Clear console")
|
| 91 |
|
| 92 |
btn.click(respond, inputs=[msg, chatbot, system, temperature], outputs=[msg, chatbot])
|
| 93 |
+
msg.submit(respond, inputs=[msg, chatbot, system, temperature], outputs=[msg, chatbot])
|
| 94 |
gr.close_all()
|
| 95 |
demo.queue().launch()
|