Spaces:
Runtime error
Runtime error
Update app.py
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)
|