Update app.py
Browse files
app.py
CHANGED
@@ -403,6 +403,6 @@ def process_video(url, type):
|
|
403 |
def download_file(file_path):
|
404 |
return gr.File.update(file_path)
|
405 |
|
406 |
-
iface = gr.Interface(fn=process_video, inputs=["text" ,gr.Dropdown(["insta", "youtube"])], outputs="
|
407 |
|
408 |
iface.launch(debug=True)
|
|
|
403 |
def download_file(file_path):
|
404 |
return gr.File.update(file_path)
|
405 |
|
406 |
+
iface = gr.Interface(fn=process_video, inputs=["text" ,gr.Dropdown(["insta", "youtube"])], outputs="file")
|
407 |
|
408 |
iface.launch(debug=True)
|