tuansunday05 commited on
Commit
8f509e3
·
verified ·
1 Parent(s): edfb76b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,4 +303,4 @@ with gradio_app:
303
  with gr.Column():
304
  app()
305
 
306
- gradio_app.launch(debug=True)
 
303
  with gr.Column():
304
  app()
305
 
306
+ gradio_app.launch(debug=True, enable_queue=True)