Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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()
|