shaoyent commited on
Commit
047eeb8
1 Parent(s): 3e95fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -315,4 +315,7 @@ with gr.Blocks() as demo:
315
  outputs=[video_player, gallery],
316
  )
317
 
318
- demo.launch(share=True)
 
 
 
 
315
  outputs=[video_player, gallery],
316
  )
317
 
318
+ try:
319
+ demo.launch(share=True)
320
+ except:
321
+ demo.launch(share=True)