syf2023 commited on
Commit
8b00c4a
1 Parent(s): 8ba0e3e

Update app.py

Browse files
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
 
57
  txt.submit(answer, [txt, state], [chatbot, state])
58
 
59
- demo.launch(share=True)
 
 
56
 
57
  txt.submit(answer, [txt, state], [chatbot, state])
58
 
59
+ # demo.launch(share=True)
60
+ demo.launch()