edgarhnd commited on
Commit
be249d5
·
verified ·
1 Parent(s): 3ff369e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,4 +305,4 @@ demo = gr.Interface(
305
 
306
  DEBUG = os.getenv('DEBUG') == '1'
307
  # demo.launch(debug=DEBUG)
308
- demo.launch(debug=DEBUG, share=True)
 
305
 
306
  DEBUG = os.getenv('DEBUG') == '1'
307
  # demo.launch(debug=DEBUG)
308
+ demo.queue(max_size=1000).launch(server_name="0.0.0.0", server_port=7860)