Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/BridgeTower/bridgetower-video-search into main
Browse files
app.py
CHANGED
@@ -315,4 +315,7 @@ with gr.Blocks() as demo:
|
|
315 |
outputs=[video_player, gallery],
|
316 |
)
|
317 |
|
318 |
-
|
|
|
|
|
|
|
|
315 |
outputs=[video_player, gallery],
|
316 |
)
|
317 |
|
318 |
+
try:
|
319 |
+
demo.launch(share=True)
|
320 |
+
except:
|
321 |
+
demo.launch(share=True)
|