ysharma HF staff commited on
Commit
53e45fe
1 Parent(s): 326c21a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def display_vid(video):
4
- html = "<iframe width="560" height="315" src=video frameborder="0" allowfullscreen></iframe>"
5
  return html
6
 
7
  demo = gr.Blocks()
 
1
  import gradio as gr
2
 
3
  def display_vid(video):
4
+ html = "<iframe width='560' height='315' src=video frameborder='0' allowfullscreen></iframe>"
5
  return html
6
 
7
  demo = gr.Blocks()