SPACERUNNER99 commited on
Commit
4825fad
·
verified ·
1 Parent(s): 419e091

Update app.py

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