Spaces:
Running
Running
Update app.py
Browse files
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=
|
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:
|