Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,4 +138,4 @@ with gr.Blocks() as demo:
|
|
| 138 |
play_video_button.click(play_video, inputs=selected_video_link, outputs=video_output)
|
| 139 |
|
| 140 |
# Launch the Gradio interface
|
| 141 |
-
demo.launch()
|
|
|
|
| 138 |
play_video_button.click(play_video, inputs=selected_video_link, outputs=video_output)
|
| 139 |
|
| 140 |
# Launch the Gradio interface
|
| 141 |
+
demo.launch()
|