charliebaby2023 commited on
Commit
b443650
1 Parent(s): b03d4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ interface = gr.Interface(
23
 
24
  fn=app,
25
  inputs=gr.Textbox(data, label="Enter YouTube link"),
26
- outputs=gr.Video(label = "video_path")
27
  )
28
 
29
  interface.launch(debug=True)
 
23
 
24
  fn=app,
25
  inputs=gr.Textbox(data, label="Enter YouTube link"),
26
+ outputs=gr.Video(data, label = "video_path")
27
  )
28
 
29
  interface.launch(debug=True)