abidlabs HF staff commited on
Commit
62c3e5f
1 Parent(s): 58c18fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("acapella_video.mp4")
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()