Spaces:
TDN-M
/
Running on Zero

TDN-M commited on
Commit
6269960
·
1 Parent(s): a9df8bc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
416
  with gr.Column():
417
  audio_gr = gr.Audio(label="Synthesised Audio", autoplay=True)
418
  out_text_gr = gr.Text(label="Metrics")
419
- video_output = gr.Video(label="Generated Video", visible=False)
420
  video_status = gr.Text(label="Video Status")
421
 
422
  tts_button.click(
 
416
  with gr.Column():
417
  audio_gr = gr.Audio(label="Synthesised Audio", autoplay=True)
418
  out_text_gr = gr.Text(label="Metrics")
419
+ video_output = gr.Video(label="Generated Video", visible=True) # Hiển thị video
420
  video_status = gr.Text(label="Video Status")
421
 
422
  tts_button.click(