Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ with gr.Blocks(title="Low Quality Video Inator (fdkaac)") as demo:
|
|
238 |
convert_btn.click(
|
239 |
fn=convert_stream,
|
240 |
inputs=[use_youtube, youtube_url, video_file, downscale, faster, use_mp3, audio_only, custom_bitrate, video_bitrate],
|
241 |
-
outputs=[video_preview,
|
242 |
)
|
243 |
|
244 |
demo.launch(share=False)
|
|
|
238 |
convert_btn.click(
|
239 |
fn=convert_stream,
|
240 |
inputs=[use_youtube, youtube_url, video_file, downscale, faster, use_mp3, audio_only, custom_bitrate, video_bitrate],
|
241 |
+
outputs=[video_preview, download_file, step_text]
|
242 |
)
|
243 |
|
244 |
demo.launch(share=False)
|