gabrielchua commited on
Commit
ae227dd
1 Parent(s): 559dac3

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