Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -171,4 +171,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
|
|
171 |
)
|
172 |
|
173 |
if __name__ == "__main__":
|
174 |
-
demo.launch(
|
|
|
171 |
)
|
172 |
|
173 |
if __name__ == "__main__":
|
174 |
+
demo.launch(ssr_mode=False, show_error=True, show_api=False)
|