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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as app:
30
  with gr.Column():
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()
 
30
  with gr.Column():
31
  outp_vid=gr.Video()
32
  with gr.Column():
33
+ outp_files=gr.Textbox()
34
  go_btn.click(dl,inp_url,outp_files)
35
 
36
  app.launch()