hujameson commited on
Commit
63716c9
·
verified ·
1 Parent(s): 4922c3e

Update app.py

Browse files

set share=True when launch

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
57
  txt.submit(answer, [txt, state], [chatbot, state])
58
 
59
  # demo.launch(share=True, auth=("mipa", "1234"))
60
- demo.launch()
 
57
  txt.submit(answer, [txt, state], [chatbot, state])
58
 
59
  # demo.launch(share=True, auth=("mipa", "1234"))
60
+ demo.launch(share=True)