Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ aspect_ratio = gr.inputs.Dropdown(choices=[
|
|
36 |
"9:1",
|
37 |
], label="Aspect Ratio", default="16:9")
|
38 |
|
39 |
-
video_url = gr.inputs.Textbox(label="Video URL", type="
|
40 |
|
41 |
def convert_video(video_file: File, quality, aspect_ratio):
|
42 |
if video_file is None:
|
|
|
36 |
"9:1",
|
37 |
], label="Aspect Ratio", default="16:9")
|
38 |
|
39 |
+
video_url = gr.inputs.Textbox(label="Video URL", type="text")
|
40 |
|
41 |
def convert_video(video_file: File, quality, aspect_ratio):
|
42 |
if video_file is None:
|