darkc0de commited on
Commit
c752169
Β·
verified Β·
1 Parent(s): 1f0390e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ if __name__ == "__main__":
141
  print("Please ensure it's set as a secret in your Hugging Face Space settings or as an environment variable.\n")
142
 
143
  try:
144
- demo.queue(default_concurrency_limit=1)
145
 
146
  demo.launch(show_api=False, share=True)
147
  except NameError as ne:
 
141
  print("Please ensure it's set as a secret in your Hugging Face Space settings or as an environment variable.\n")
142
 
143
  try:
144
+ demo.queue(default_concurrency_limit=2)
145
 
146
  demo.launch(show_api=False, share=True)
147
  except NameError as ne: