Omnibus commited on
Commit
b29aa3c
·
1 Parent(s): 0078576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ with gr.Blocks() as app:
31
  outp_vid=gr.Video()
32
  with gr.Column():
33
  outp_files=gr.Files()
34
- go_btn.click(dl,inp_url,outp_vid)
35
 
36
  app.launch()
 
31
  outp_vid=gr.Video()
32
  with gr.Column():
33
  outp_files=gr.Files()
34
+ go_btn.click(dl,inp_url,outp_files)
35
 
36
  app.launch()