Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:500px}") as d
|
|
55 |
|
56 |
txt.submit(predict, [txt, state], [chatbot, state])
|
57 |
|
58 |
-
demo.launch(share=
|
|
|
55 |
|
56 |
txt.submit(predict, [txt, state], [chatbot, state])
|
57 |
|
58 |
+
demo.launch(share=False)
|