multimodalart HF staff commited on
Commit
ff29c73
1 Parent(s): eb9fea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,4 +343,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
343
  """
344
  )
345
 
346
- block.queue(concurrency_count=80, max_size=100).launch(max_threads=150, show_error=True)
 
343
  """
344
  )
345
 
346
+ block.queue(concurrency_limit=80, max_size=100).launch(max_threads=150, show_error=True)