ysharma HF staff commited on
Commit
547965d
1 Parent(s): 73d0886
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with demo:
19
  with gr.Row():
20
  input_vid = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
21
  #poem_txt = gr.Textbox(lines=7)
22
- output_vid = gr.Video(value=html)
23
 
24
  b1 = gr.Button("Publish Video")
25
  #b2 = gr.Button("Generate Image")
 
19
  with gr.Row():
20
  input_vid = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
21
  #poem_txt = gr.Textbox(lines=7)
22
+ output_vid = gr.Video()
23
 
24
  b1 = gr.Button("Publish Video")
25
  #b2 = gr.Button("Generate Image")