Update app.py
Browse files移除launch方法的share=True参数
app.py
CHANGED
|
@@ -73,4 +73,4 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
|
|
| 73 |
|
| 74 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 75 |
|
| 76 |
-
demo.launch(
|
|
|
|
| 73 |
|
| 74 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 75 |
|
| 76 |
+
demo.launch()
|