Spaces:
Runtime error
Runtime error
Commit
·
2ece7cb
1
Parent(s):
c8b015d
Update app_multi.py
Browse files- app_multi.py +1 -1
app_multi.py
CHANGED
@@ -466,4 +466,4 @@ app.queue(
|
|
466 |
concurrency_count=1,
|
467 |
max_size=20,
|
468 |
api_open=args.api
|
469 |
-
).launch()
|
|
|
466 |
concurrency_count=1,
|
467 |
max_size=20,
|
468 |
api_open=args.api
|
469 |
+
).launch(show_error=True)
|