fffiloni commited on
Commit
d4d6f23
1 Parent(s): f466d5b

get rid of concurrency_limit

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -428,8 +428,7 @@ with gr.Blocks(css=css) as demo:
428
  caption,
429
  retry_btn,
430
  result
431
- ],
432
- concurrency_limit = 4
433
  )
434
 
435
  demo.queue(max_size=16).launch(show_api=False, show_error=True)
 
428
  caption,
429
  retry_btn,
430
  result
431
+ ]
 
432
  )
433
 
434
  demo.queue(max_size=16).launch(show_api=False, show_error=True)