SPACERUNNER99 commited on
Commit
c4af23a
·
verified ·
1 Parent(s): 2f6410a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Textbox(label="File URL"))
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)