Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks() as demo:
|
|
141 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
142 |
clear.click(lambda: None, None, chatbot, queue=False)
|
143 |
|
144 |
-
demo.launch(
|
|
|
141 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
142 |
clear.click(lambda: None, None, chatbot, queue=False)
|
143 |
|
144 |
+
demo.launch()
|