gnosticdev commited on
Commit
bffa19c
·
verified ·
1 Parent(s): 28c8390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -204,7 +204,9 @@ with gr.Blocks() as demo:
204
  rate_slider = gr.Slider(minimum=-50, maximum=50, value=0, label="Speech Rate Adjustment (%)", step=1)
205
  pitch_slider = gr.Slider(minimum=-20, maximum=20, value=0, label="Pitch Adjustment (Hz)", step=1)
206
  with gr.Column():
207
- output_video = gr.Video(label="Generated Video")
 
 
208
 
209
  btn = gr.Button("Generate Video")
210
  btn.click(
 
204
  rate_slider = gr.Slider(minimum=-50, maximum=50, value=0, label="Speech Rate Adjustment (%)", step=1)
205
  pitch_slider = gr.Slider(minimum=-20, maximum=20, value=0, label="Pitch Adjustment (Hz)", step=1)
206
  with gr.Column():
207
+ output_video = gr.File(label="Generated Video") # En lugar de gr.Video
208
+
209
+
210
 
211
  btn = gr.Button("Generate Video")
212
  btn.click(