Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def download_video(url):
|
|
14 |
|
15 |
interface = gr.Interface(
|
16 |
fn=download_video,
|
17 |
-
inputs=gr.
|
18 |
outputs="text",
|
19 |
title="Video Downloader",
|
20 |
description="Enter a video URL from a supported site to download the video."
|
|
|
14 |
|
15 |
interface = gr.Interface(
|
16 |
fn=download_video,
|
17 |
+
inputs=gr.Textbox(lines=1, placeholder="Enter video URL here..."),
|
18 |
outputs="text",
|
19 |
title="Video Downloader",
|
20 |
description="Enter a video URL from a supported site to download the video."
|