jianqiang commited on
Commit
be5fefa
·
1 Parent(s): d23c1ce

Update app.py

Browse files

移除launch方法的share=True参数

Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
73
 
74
  txt.submit(answer, [txt, state], [chatbot, state])
75
 
76
+ demo.launch()