chinhon commited on
Commit
6b5b96e
1 Parent(s): bb22b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ gradio_ui = gr.Interface(
59
  theme="darkdefault"
60
  )
61
 
62
- gradio_ui.launch()
59
  theme="darkdefault"
60
  )
61
 
62
+ gradio_ui.launch(enable_queue=True)