Jeffgold commited on
Commit
3178e82
·
1 Parent(s): 9bd2eae

Update app.py

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