Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
•
4b7be41
1
Parent(s):
a6b3144
Update app.py
Browse files
app.py
CHANGED
@@ -156,4 +156,4 @@ if __name__ == '__main__':
|
|
156 |
return [];
|
157 |
}}""")
|
158 |
|
159 |
-
app.queue(
|
|
|
156 |
return [];
|
157 |
}}""")
|
158 |
|
159 |
+
app.queue(default_concurrency_limit=8).launch(show_api=False, allowed_paths=["/"])
|