zomehwh commited on
Commit
58093db
1 Parent(s): b61e49c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,4 +301,4 @@ with gr.Blocks() as app:
301
  outputs=[om, output]
302
  )
303
 
304
- app.queue(concurrency_count=2).launch()
 
301
  outputs=[om, output]
302
  )
303
 
304
+ app.queue().launch()