mingbaer commited on
Commit
bc7e26c
·
verified ·
1 Parent(s): e418439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def respond(message, history):
17
 
18
  chatbot = gr.ChatInterface(respond)
19
 
20
- chatbot.launch(share=True)
 
17
 
18
  chatbot = gr.ChatInterface(respond)
19
 
20
+ chatbot.launch()