Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -407,6 +407,6 @@ def print_link(file_url):
|
|
407 |
#def download_file(file_path):
|
408 |
# return gr.File.update(file_path)
|
409 |
|
410 |
-
iface = gr.Interface(fn=process_video, inputs=["text" ,gr.Dropdown(["insta", "youtube"])], outputs=gr.
|
411 |
|
412 |
iface.launch(debug=True)
|
|
|
407 |
#def download_file(file_path):
|
408 |
# return gr.File.update(file_path)
|
409 |
|
410 |
+
iface = gr.Interface(fn=process_video, inputs=["text" ,gr.Dropdown(["insta", "youtube"])], outputs=gr.Textbox(label="File URL"))
|
411 |
|
412 |
iface.launch(debug=True)
|