Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def main():
|
|
137 |
|
138 |
gr.Interface(
|
139 |
convert_video,
|
140 |
-
inputs=[video_file, quality, aspect_ratio,
|
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,
|