eienmojiki commited on
Commit
4a26960
·
verified ·
1 Parent(s): 946e0d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
118
  outputs=[input_size_display]
119
  )
120
 
121
- app.launch(ssr=False)
 
118
  outputs=[input_size_display]
119
  )
120
 
121
+ app.launch(ssr=False, show_error=True)