charliebaby2023 commited on
Commit
b584bfb
1 Parent(s): 3036b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def app(video_link):
12
  interface = gr.Interface(
13
 
14
  fn=app,
15
- inputs=gr.Textbox(label="Enter YouTube link"),
16
  outputs=gr.Video(label = "video_path")
17
  )
18
 
 
12
  interface = gr.Interface(
13
 
14
  fn=app,
15
+ inputs=gr.Textbox(data, label="Enter YouTube link"),
16
  outputs=gr.Video(label = "video_path")
17
  )
18