Blane187 commited on
Commit
c247b16
·
verified ·
1 Parent(s): eeb7f74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def download_video(url):
14
 
15
  interface = gr.Interface(
16
  fn=download_video,
17
- inputs=gr.inputs.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."
 
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."