yerang commited on
Commit
ea1bc0f
·
verified ·
1 Parent(s): 1d5eded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
207
  video_gen_button = gr.Button("Audio to Video generation", variant="primary")
208
  with gr.Row():
209
  #a2v_output = gr.Video()
210
- a2v_output.render()
211
 
212
 
213
  gr.Markdown("### 3. Image to Talking Video")
@@ -316,7 +316,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
316
  #output_audio
317
  audio_path_component
318
  ],
319
- outputs=[a2v_output],
320
  show_progress=True
321
  )
322
 
 
207
  video_gen_button = gr.Button("Audio to Video generation", variant="primary")
208
  with gr.Row():
209
  #a2v_output = gr.Video()
210
+ driving_video_path.render()
211
 
212
 
213
  gr.Markdown("### 3. Image to Talking Video")
 
316
  #output_audio
317
  audio_path_component
318
  ],
319
+ outputs=[driving_video_path],
320
  show_progress=True
321
  )
322