oxkitsune commited on
Commit
470a508
·
1 Parent(s): 424c171

Disable ssr + enable share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)