gabrielchua commited on
Commit
2da79b0
·
1 Parent(s): cc70d67

increase concurrency

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.launch(show_api=True) # Add show_api=True
 
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