Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,5 +48,5 @@ with gr.Blocks() as demo:
|
|
48 |
|
49 |
btn.click(respond, inputs=[msg, chatbot, system], outputs=[msg, chatbot])
|
50 |
msg.submit(respond, inputs=[msg, chatbot, system], outputs=[msg, chatbot]) #Press enter to submit
|
51 |
-
|
52 |
-
demo.
|
|
|
48 |
|
49 |
btn.click(respond, inputs=[msg, chatbot, system], outputs=[msg, chatbot])
|
50 |
msg.submit(respond, inputs=[msg, chatbot, system], outputs=[msg, chatbot]) #Press enter to submit
|
51 |
+
|
52 |
+
demo.launch()
|