Spaces:
Sleeping
Sleeping
Disable ssr + enable share
Browse files
app.py
CHANGED
|
@@ -199,4 +199,4 @@ with gr.Blocks() as demo:
|
|
| 199 |
viewer.timeline_change(track_current_timeline_and_time, outputs=[current_timeline, current_time])
|
| 200 |
|
| 201 |
|
| 202 |
-
demo.launch()
|
|
|
|
| 199 |
viewer.timeline_change(track_current_timeline_and_time, outputs=[current_timeline, current_time])
|
| 200 |
|
| 201 |
|
| 202 |
+
demo.launch(ssr=False, share=True)
|