ysharma HF staff commited on
Commit
6df360e
1 Parent(s): d5170df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with demo:
24
  with gr.Row():
25
  input_url = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
26
  #input_vid = gr.Video()
27
- output_vid = gr.Video()
28
 
29
  b1 = gr.Button("Publish Video")
30
  #b2 = gr.Button("Generate Image")
 
24
  with gr.Row():
25
  input_url = gr.Textbox() #gr.HTML(placeholder="Enter a video link here..")
26
  #input_vid = gr.Video()
27
+ output_vid = gr.HTML()
28
 
29
  b1 = gr.Button("Publish Video")
30
  #b2 = gr.Button("Generate Image")