Spaces:
Runtime error
Runtime error
Commit
·
8fe0728
1
Parent(s):
7bb9c1e
Update
Browse files
app.py
CHANGED
|
@@ -72,9 +72,8 @@ if __name__ == "__main__":
|
|
| 72 |
|
| 73 |
exit_status = 0
|
| 74 |
try:
|
| 75 |
-
demo = gws.build_demo(embed_mode=False, cur_dir='./')
|
| 76 |
demo.queue(
|
| 77 |
-
concurrency_count=concurrency_count,
|
| 78 |
status_update_rate=10,
|
| 79 |
api_open=False
|
| 80 |
).launch(
|
|
|
|
| 72 |
|
| 73 |
exit_status = 0
|
| 74 |
try:
|
| 75 |
+
demo = gws.build_demo(embed_mode=False, cur_dir='./', concurrency_count=concurrency_count)
|
| 76 |
demo.queue(
|
|
|
|
| 77 |
status_update_rate=10,
|
| 78 |
api_open=False
|
| 79 |
).launch(
|