hujameson commited on
Commit
19a4e81
·
verified ·
1 Parent(s): 70d8023

Update app.py

Browse files

remove share=True

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