piyushgrover commited on
Commit
e65b3ce
Β·
1 Parent(s): 11973fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,4 +216,4 @@ with gr.Blocks() as app:
216
  '''
217
  Launch the app
218
  '''
219
- app.queue(concurrency_count=3, api_open=False).launch()
 
216
  '''
217
  Launch the app
218
  '''
219
+ app.launch(enable_queue=True)