GiorgioV commited on
Commit
ee2a7c0
·
verified ·
1 Parent(s): 0f134af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
55
  gr.Markdown("Finaliser")
56
  with gr.Row():
57
  with gr.Column():
58
- input_video_component = gr.Video(type="pil", label="Input Video")
59
  generate_button = gr.Button("Finalise", variant="primary")
60
  with gr.Column():
61
  video_output_1 = gr.Video(label="Generated Video", autoplay=True, interactive=False)
 
55
  gr.Markdown("Finaliser")
56
  with gr.Row():
57
  with gr.Column():
58
+ input_video_component = gr.Video(label="Input Video")
59
  generate_button = gr.Button("Finalise", variant="primary")
60
  with gr.Column():
61
  video_output_1 = gr.Video(label="Generated Video", autoplay=True, interactive=False)