Update app_hf.py
Browse files
app_hf.py
CHANGED
|
@@ -89,10 +89,10 @@ with gr.Blocks(title="AniPortrait") as blocks_app:
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
image_input = gr.Image(type="filepath", label="Upload Image")
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
with gr.Column():
|
| 97 |
video_input = gr.Video(label="Upload Video")
|
| 98 |
gr.Examples(
|
|
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
image_input = gr.Image(type="filepath", label="Upload Image")
|
| 92 |
+
gr.Examples(
|
| 93 |
+
examples = ["examples/aniportrait_man.jpg"],
|
| 94 |
+
inputs = [image_input]
|
| 95 |
+
)
|
| 96 |
with gr.Column():
|
| 97 |
video_input = gr.Video(label="Upload Video")
|
| 98 |
gr.Examples(
|