Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -488,4 +488,4 @@ with gr.Blocks(title="Low Quality Video Inator", css="""
|
|
488 |
)
|
489 |
|
490 |
# Safety / hosting configuration: no flagging UI
|
491 |
-
demo.launch(share=False, prevent_thread_lock=True)
|
|
|
488 |
)
|
489 |
|
490 |
# Safety / hosting configuration: no flagging UI
|
491 |
+
demo.launch(share=False, ssr=False, prevent_thread_lock=True)
|