Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
|
|
65 |
def main():
|
66 |
video_file = gr.inputs.File(label="Video File", type="file")
|
67 |
quality = gr.inputs.Dropdown(
|
68 |
-
choices=["18",
|
69 |
aspect_ratio = gr.inputs.Dropdown(
|
70 |
choices=[None, "1:1", "4:3", "3:2", "5:4", "16:9", "21:9",
|
71 |
"1.85:1", "2.35:1", "3:1", "360", "9:16", "16:9",
|
|
|
65 |
def main():
|
66 |
video_file = gr.inputs.File(label="Video File", type="file")
|
67 |
quality = gr.inputs.Dropdown(
|
68 |
+
choices=["18", "23", "28", "32"], label="Quality", default="23")
|
69 |
aspect_ratio = gr.inputs.Dropdown(
|
70 |
choices=[None, "1:1", "4:3", "3:2", "5:4", "16:9", "21:9",
|
71 |
"1.85:1", "2.35:1", "3:1", "360", "9:16", "16:9",
|