Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
•
8cf6260
1
Parent(s):
a3b6dec
Update app.py
Browse files
app.py
CHANGED
@@ -156,4 +156,5 @@ 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=["/"])
|
160 |
+
|