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