ysharma HF staff commited on
Commit
ca2d73f
1 Parent(s): d0384fe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def display_vid(video):
6
  #https://www.youtube.com/watch?v=smUHQndcmOY&t=425s
7
  html = HTML("<iframe width='560' height='315' src=video frameborder='0' allowfullscreen></iframe>")
8
  vid = YouTubeVideo('smUHQndcmOY&t=425s')
9
- return vid
10
 
11
  demo = gr.Blocks()
12
 
 
6
  #https://www.youtube.com/watch?v=smUHQndcmOY&t=425s
7
  html = HTML("<iframe width='560' height='315' src=video frameborder='0' allowfullscreen></iframe>")
8
  vid = YouTubeVideo('smUHQndcmOY&t=425s')
9
+ return html
10
 
11
  demo = gr.Blocks()
12