Jeffgold commited on
Commit
6731fa0
·
1 Parent(s): 1229389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(