Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
|
|
93 |
|
94 |
video_file = gr.inputs.File(label="Upload video file")
|
95 |
quality = gr.inputs.Slider(18, 28, 1, 23, label="Video quality (18-28, lower is better)")
|
96 |
-
aspect_ratio = gr.inputs.Textbox("16:9", label="Aspect ratio (width:height)")
|
97 |
video_url = gr.inputs.Textbox(label="Or enter video URL")
|
98 |
|
99 |
iface = gr.Interface(
|
|
|
93 |
|
94 |
video_file = gr.inputs.File(label="Upload video file")
|
95 |
quality = gr.inputs.Slider(18, 28, 1, 23, label="Video quality (18-28, lower is better)")
|
96 |
+
aspect_ratio = gr.inputs.Textbox(default="16:9", lines=1, label="Aspect ratio (width:height)")
|
97 |
video_url = gr.inputs.Textbox(label="Or enter video URL")
|
98 |
|
99 |
iface = gr.Interface(
|