Files changed (1) hide show
  1. app.py +1 -1
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("Generate")
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