deleteman commited on
Commit
3f7a325
·
1 Parent(s): b88837a

adding share=true on launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,4 +229,4 @@ with gr.Blocks() as demo:
229
  ],
230
  outputs=video)
231
 
232
- demo.launch()
 
229
  ],
230
  outputs=video)
231
 
232
+ demo.launch(share=True)