Salman11223 commited on
Commit
55fc7f8
1 Parent(s): bbc597b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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