Spaces:
Running
Running
Update app.py
Browse files
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_mode=False, show_error=True)
|
|
|
118 |
outputs=[input_size_display]
|
119 |
)
|
120 |
|
121 |
+
app.launch(ssr_mode=False, debug=True, show_error=True)
|