Jeffgold commited on
Commit
8084df1
·
1 Parent(s): 88ed798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def main():
137
 
138
  gr.Interface(
139
  convert_video,
140
- inputs=[video_file, quality, aspect_ratio, resolution, video_url, api_key, upload],
141
  outputs=gr.outputs.File(label="Download File"),
142
  allow_flagging=False,
143
  live=False,
 
137
 
138
  gr.Interface(
139
  convert_video,
140
+ inputs=[video_file, quality, aspect_ratio, video_url, api_key, upload],
141
  outputs=gr.outputs.File(label="Download File"),
142
  allow_flagging=False,
143
  live=False,