Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(css=css) as demo:
|
|
251 |
scale=2
|
252 |
)
|
253 |
choose_this_btn = gr.Button("Use this one", scale=1, visible=False)
|
254 |
-
combined_output = gr.Audio("Combined
|
255 |
apply_to_video_btn = gr.Button("Apply to video", visible=False)
|
256 |
final_video_out = gr.Video(label="Video + Translated Audio", visible=False)
|
257 |
with gr.Accordion("Downloadable audio Output list", open=False, visible=False) as result_accordion:
|
|
|
251 |
scale=2
|
252 |
)
|
253 |
choose_this_btn = gr.Button("Use this one", scale=1, visible=False)
|
254 |
+
combined_output = gr.Audio("Combined Output", type="filepath", visible=False)
|
255 |
apply_to_video_btn = gr.Button("Apply to video", visible=False)
|
256 |
final_video_out = gr.Video(label="Video + Translated Audio", visible=False)
|
257 |
with gr.Accordion("Downloadable audio Output list", open=False, visible=False) as result_accordion:
|