Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
290 |
|
291 |
if __name__ == "__main__":
|
292 |
cleanup_old_files()
|
293 |
-
demo.launch(ssr_mode =
|
|
|
290 |
|
291 |
if __name__ == "__main__":
|
292 |
cleanup_old_files()
|
293 |
+
demo.launch(ssr_mode = False)
|