Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def convert_video(video_file: File, quality, aspect_ratio, video_url):
|
|
82 |
gr.outputs.Video(output_path)
|
83 |
|
84 |
# Add a button to download the file
|
85 |
-
gr.outputs.
|
86 |
|
87 |
from gradio import outputs
|
88 |
|
|
|
82 |
gr.outputs.Video(output_path)
|
83 |
|
84 |
# Add a button to download the file
|
85 |
+
gr.outputs.Download(label="Download", output_path=output_path)
|
86 |
|
87 |
from gradio import outputs
|
88 |
|