mrfakename commited on
Commit
123fece
1 Parent(s): ae227dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,4 +143,4 @@ demo = gr.Interface(
143
  )
144
 
145
  if __name__ == "__main__":
146
- demo.queue(concurrency_count=3).launch(show_api=True) # Add queue with concurrency of 5 and show API
 
143
  )
144
 
145
  if __name__ == "__main__":
146
+ demo.queue(default_concurrency_limit=3).launch(show_api=True) # Add queue with concurrency of 5 and show API