hysts HF staff commited on
Commit
4755710
β€’
1 Parent(s): 89e0864
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css="style.css") as demo:
50
  visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
51
  )
52
  with gr.Group():
53
- input_video = gr.Video(label="Input video", type="filepath")
54
  text_description = gr.Textbox(label="Text description")
55
  run_button = gr.Button()
56
  output_video = gr.Video(label="Output video")
 
50
  visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
51
  )
52
  with gr.Group():
53
+ input_video = gr.Video(label="Input video")
54
  text_description = gr.Textbox(label="Text description")
55
  run_button = gr.Button()
56
  output_video = gr.Video(label="Output video")