chinhon commited on
Commit
79284ea
1 Parent(s): adbb728

Update app.py

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