Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def download_youtube_video(url):
|
|
25 |
|
26 |
# Interface for Gradio app
|
27 |
interface = gr.Interface(
|
28 |
-
fn=
|
29 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
30 |
outputs=gr.Video(label = "video_path")
|
31 |
).launch()
|
|
|
25 |
|
26 |
# Interface for Gradio app
|
27 |
interface = gr.Interface(
|
28 |
+
fn=download_youtube_video,
|
29 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
30 |
outputs=gr.Video(label = "video_path")
|
31 |
).launch()
|