hhyxnh commited on
Commit
2817e39
1 Parent(s): 0b3ae16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ with gr.Blocks() as demo:
60
  submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
61
 
62
  if __name__ == "__main__":
63
- demo.launch(share=True,server_port=6006)
 
60
  submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
61
 
62
  if __name__ == "__main__":
63
+ demo.launch()