Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
01caf29
1
Parent(s):
62bcc3e
Update app.py
Browse files
app.py
CHANGED
@@ -451,7 +451,7 @@ while run_server:
|
|
451 |
|
452 |
restart_server = False
|
453 |
try:
|
454 |
-
barkgui.queue().launch(
|
455 |
except:
|
456 |
restart_server = True
|
457 |
run_server = False
|
|
|
451 |
|
452 |
restart_server = False
|
453 |
try:
|
454 |
+
barkgui.queue().launch(show_error=True)
|
455 |
except:
|
456 |
restart_server = True
|
457 |
run_server = False
|