dromerosm commited on
Commit
9524b89
1 Parent(s): 497769a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -86,6 +86,7 @@ iface = gr.Interface(
86
  error_message = ""
87
 
88
  try:
 
89
  iface.launch()
90
  except Exception as e:
91
  error_message = "An error occurred: " + str(e)
 
86
  error_message = ""
87
 
88
  try:
89
+ iface.queue(concurrency_count=20)
90
  iface.launch()
91
  except Exception as e:
92
  error_message = "An error occurred: " + str(e)