Gokul14 commited on
Commit
d6aca98
1 Parent(s): 55faf8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ 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.Audio(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
  )
13
 
14
  interface.launch(debug=True)