Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
b8d159a
1
Parent(s):
9823588
Update app.py
Browse files
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 |
-
|
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"))
|