Spaces:
mikitona
/
Running on Zero

mikitona commited on
Commit
145446b
·
verified ·
1 Parent(s): 9184ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -945,4 +945,4 @@ with gr.Blocks() as interface:
945
  allocation
946
  ], queue = False, show_progress = False)
947
 
948
- interface.queue(10).launch()
 
945
  allocation
946
  ], queue = False, show_progress = False)
947
 
948
+ interface.queue(10).launch(show_error=True)