hsuwill000 commited on
Commit
7e8645b
·
verified ·
1 Parent(s): 55a80c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,5 +60,5 @@ demo = gr.ChatInterface(
60
  if __name__ == "__main__":
61
  print("Launching Gradio app...")
62
  #demo.launch(server_name="0.0.0.0", server_port=7860)
63
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
64
 
 
60
  if __name__ == "__main__":
61
  print("Launching Gradio app...")
62
  #demo.launch(server_name="0.0.0.0", server_port=7860)
63
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True, enable_queue=False)
64