Loomisgitarrist commited on
Commit
fe8d7d1
·
verified ·
1 Parent(s): bc39353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,7 +8,8 @@ def app(video_link):
8
  interface = gr.Interface(
9
  fn=app,
10
  inputs=gr.Textbox(label="Enter YouTube link 🔗 To Download Video⬇️ "),
11
- outputs=gr.Video(label = "video_path")
 
12
  )
13
 
14
- interface.launch(debug=True)
 
8
  interface = gr.Interface(
9
  fn=app,
10
  inputs=gr.Textbox(label="Enter YouTube link 🔗 To Download Video⬇️ "),
11
+ outputs=gr.Video(label="video_path"),
12
+ title="YoutubeDownloadLG 📹"
13
  )
14
 
15
+ interface.launch(debug=True)