Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ We have provided some [samples](https://huggingface.co/datasets/fudan-generative
|
|
| 112 |
with gr.Column():
|
| 113 |
avatar_face = gr.Image(type="filepath", label="Face")
|
| 114 |
driving_audio = gr.Audio(type="filepath", label="Driving audio")
|
| 115 |
-
generate = gr.Button("
|
| 116 |
with gr.Column():
|
| 117 |
output_video = gr.Video(label="Your talking head")
|
| 118 |
|
|
|
|
| 112 |
with gr.Column():
|
| 113 |
avatar_face = gr.Image(type="filepath", label="Face")
|
| 114 |
driving_audio = gr.Audio(type="filepath", label="Driving audio")
|
| 115 |
+
generate = gr.Button("合成")
|
| 116 |
with gr.Column():
|
| 117 |
output_video = gr.Video(label="Your talking head")
|
| 118 |
|