schoginitoys commited on
Commit
23d2677
1 Parent(s): 5c3013f
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -572,6 +572,12 @@ input_textbox = gr.Textbox(label="Please click any button below or enter the las
572
  # title = title
573
 
574
  outputs = gr.Markdown()
 
 
 
 
 
 
575
  ex = gr.Examples(examples_list, input_textbox, examples_per_page = 50)
576
  demo = gr.Interface(
577
  fn=greet,
 
572
  # title = title
573
 
574
  outputs = gr.Markdown()
575
+ # outputs = gr.HTML()
576
+
577
+ # embed_html = '<iframe width="560" height="315" src="https://www.youtube.com/embed/EngW7tLk6R8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'
578
+ # outputs = gr.HTML(embed_html)
579
+
580
+
581
  ex = gr.Examples(examples_list, input_textbox, examples_per_page = 50)
582
  demo = gr.Interface(
583
  fn=greet,