Spaces:
Runtime error
Runtime error
DJQmUKV
commited on
Commit
·
90f7bea
1
Parent(s):
f98b802
revert: huggingface space is f**ked up
Browse filesThis reverts commit f98b802237578eda7f81082fa13c0c6dddb1094e.
- app_multi.py +9 -9
app_multi.py
CHANGED
|
@@ -404,12 +404,12 @@ with app:
|
|
| 404 |
queue=False
|
| 405 |
)
|
| 406 |
|
| 407 |
-
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
|
| 414 |
-
|
| 415 |
-
|
|
|
|
| 404 |
queue=False
|
| 405 |
)
|
| 406 |
|
| 407 |
+
app.queue(
|
| 408 |
+
concurrency_count=1,
|
| 409 |
+
max_size=20,
|
| 410 |
+
api_open=args.api
|
| 411 |
+
).launch(
|
| 412 |
+
server_name=args.bind,
|
| 413 |
+
server_port=args.port,
|
| 414 |
+
share=args.share
|
| 415 |
+
)
|