Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ with gr.Blocks() as demo:
|
|
60 |
submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
-
demo.launch(
|
|
|
60 |
submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
|
61 |
|
62 |
if __name__ == "__main__":
|
63 |
+
demo.launch()
|