Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
|
|
151 |
return output_html
|
152 |
|
153 |
video_file = gr.inputs.File(label="Your video file")
|
154 |
-
quality = gr.inputs.Slider(minimum=0, maximum=51, default=23, label="Quality (0: Highest Quality -
|
155 |
aspect_ratio = gr.inputs.Dropdown(["16:9", "4:3", "1:1", "3:4", "9:16", "1:1", "2:1", "1:2"], label="Aspect Ratio", default="16:9")
|
156 |
video_url = gr.inputs.Textbox(lines=1, placeholder="or paste video url here", label="Video URL")
|
157 |
|
|
|
151 |
return output_html
|
152 |
|
153 |
video_file = gr.inputs.File(label="Your video file")
|
154 |
+
quality = gr.inputs.Slider(minimum=0, maximum=51, default=23, label="Quality (0: Highest Quality - 50: Fastest)")
|
155 |
aspect_ratio = gr.inputs.Dropdown(["16:9", "4:3", "1:1", "3:4", "9:16", "1:1", "2:1", "1:2"], label="Aspect Ratio", default="16:9")
|
156 |
video_url = gr.inputs.Textbox(lines=1, placeholder="or paste video url here", label="Video URL")
|
157 |
|