ZGDD commited on
Commit
d166042
·
1 Parent(s): 7f51eea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:500px}") as c
63
 
64
  txt.submit(predict, [txt, state], [chatbot, state])
65
 
66
- chatRobot.launch(share=True)
 
63
 
64
  txt.submit(predict, [txt, state], [chatbot, state])
65
 
66
+ chatRobot.launch()