Spaces:
Runtime error
Runtime error
gradio share false
Browse files
app.py
CHANGED
@@ -141,5 +141,5 @@ with gr.Blocks() as demo:
|
|
141 |
txt.submit(predict, inputs=[txt, chatbot, state], outputs=[chatbot, state]
|
142 |
)
|
143 |
clear.click(lambda: None, None, chatbot, queue=False)
|
144 |
-
demo.launch(
|
145 |
|
|
|
141 |
txt.submit(predict, inputs=[txt, chatbot, state], outputs=[chatbot, state]
|
142 |
)
|
143 |
clear.click(lambda: None, None, chatbot, queue=False)
|
144 |
+
demo.launch()
|
145 |
|