hsuwill000 commited on
Commit
6a37020
·
verified ·
1 Parent(s): 3e00a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ with gr.Blocks() as demo:
106
  timer.tick(flush_buffer, outputs=chatbot)
107
 
108
  if __name__ == "__main__":
109
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
106
  timer.tick(flush_buffer, outputs=chatbot)
107
 
108
  if __name__ == "__main__":
109
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)