sczhou commited on
Commit
e7e6717
1 Parent(s): ec32027

upgrade gradio.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -301,5 +301,5 @@ demo = gr.Interface(
301
 
302
  DEBUG = os.getenv('DEBUG') == '1'
303
  demo.queue(api_open=False, concurrency_count=2, max_size=10)
304
- # demo.launch(debug=DEBUG)
305
- demo.launch(debug=DEBUG, share=True)
 
301
 
302
  DEBUG = os.getenv('DEBUG') == '1'
303
  demo.queue(api_open=False, concurrency_count=2, max_size=10)
304
+ demo.launch(debug=DEBUG)
305
+ # demo.launch(debug=DEBUG, share=True)