block off main
Browse files
app.py
CHANGED
|
@@ -200,4 +200,5 @@ with gr.Blocks() as demo:
|
|
| 200 |
viewer.timeline_change(track_current_timeline_and_time, outputs=[current_timeline, current_time])
|
| 201 |
|
| 202 |
|
| 203 |
-
|
|
|
|
|
|
| 200 |
viewer.timeline_change(track_current_timeline_and_time, outputs=[current_timeline, current_time])
|
| 201 |
|
| 202 |
|
| 203 |
+
if __name__ == "__main__":
|
| 204 |
+
demo.launch(ssr=False, share=True)
|