shaoyent commited on
Commit
7363963
2 Parent(s): dd009f2 047eeb8

Merge branch 'main' of https://huggingface.co/spaces/BridgeTower/bridgetower-video-search into main

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)