Update app_hf.py
Browse files
app_hf.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(title="AniPortrait") as blocks_app:
|
|
96 |
with gr.Column():
|
97 |
video_input = gr.Video(label="Upload Video")
|
98 |
gr.Examples(
|
99 |
-
examples = ["examples/aniportrait_rap.
|
100 |
inputs = [video_input]
|
101 |
)
|
102 |
|
|
|
96 |
with gr.Column():
|
97 |
video_input = gr.Video(label="Upload Video")
|
98 |
gr.Examples(
|
99 |
+
examples = ["examples/aniportrait_rap.mp4", "examples/aniportrait_song.mp4"],
|
100 |
inputs = [video_input]
|
101 |
)
|
102 |
|