Salman11223
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def app(video_link):
|
|
16 |
interface = gr.Interface(
|
17 |
fn=app,
|
18 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
19 |
-
outputs=[gr.Video("video_path"), gr.Button("Download Video")],
|
20 |
|
21 |
)
|
22 |
|
|
|
16 |
interface = gr.Interface(
|
17 |
fn=app,
|
18 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
19 |
+
outputs=[gr.Video(label = "video_path"), gr.Button("Download Video")],
|
20 |
|
21 |
)
|
22 |
|