multimodalart HF staff commited on
Commit
b8d159a
1 Parent(s): 9823588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
65
  video_input = gr.Video()
66
  gr.Examples(
67
  examples=[[osp.join(example_portrait_dir, "s9.jpg")], [osp.join(example_video_dir, "d0.mp4")], [osp.join(example_video_dir, "d6.mp4")]],
68
- intpus=[video_input],
69
  cache_examples=False
70
  )
71
  gr.Markdown(load_description("assets/gradio_description_animation.md"))
 
65
  video_input = gr.Video()
66
  gr.Examples(
67
  examples=[[osp.join(example_portrait_dir, "s9.jpg")], [osp.join(example_video_dir, "d0.mp4")], [osp.join(example_video_dir, "d6.mp4")]],
68
+ inputs=[video_input],
69
  cache_examples=False
70
  )
71
  gr.Markdown(load_description("assets/gradio_description_animation.md"))