Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
50 |
gr.Video("old_video.mp4")
|
51 |
with gr.Column():
|
52 |
gr.Markdown("**Example Acapella Video**")
|
53 |
-
gr.Video(
|
54 |
|
55 |
gr.Markdown("**Try it yourself:** (for now, I recommend short videos <3 minutes)")
|
56 |
io.render()
|
|
|
50 |
gr.Video("old_video.mp4")
|
51 |
with gr.Column():
|
52 |
gr.Markdown("**Example Acapella Video**")
|
53 |
+
gr.Video(placeholder_file)
|
54 |
|
55 |
gr.Markdown("**Try it yourself:** (for now, I recommend short videos <3 minutes)")
|
56 |
io.render()
|