multimodalart HF Staff commited on
Commit
dff15f5
·
verified ·
1 Parent(s): 9235701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
400
  i2v_button = gr.Button("Generate Image-to-Video")
401
  with gr.Tab("video-to-video") as video_tab:
402
  image_v = gr.Image(label="", visible=False, value=None)
403
- video_v2v = gr.Video(label="input video", type="filepath")
404
  frames_to_use = gr.Number(label="num frames to use",info="first # of frames to use from the input video for conditioning/transformation", value=9)
405
  v2v_prompt = gr.Textbox(label="prompt", value="Change the style to cinematic anime")
406
  v2v_button = gr.Button("Generate Video-to-Video")
 
400
  i2v_button = gr.Button("Generate Image-to-Video")
401
  with gr.Tab("video-to-video") as video_tab:
402
  image_v = gr.Image(label="", visible=False, value=None)
403
+ video_v2v = gr.Video(label="input video")
404
  frames_to_use = gr.Number(label="num frames to use",info="first # of frames to use from the input video for conditioning/transformation", value=9)
405
  v2v_prompt = gr.Textbox(label="prompt", value="Change the style to cinematic anime")
406
  v2v_button = gr.Button("Generate Video-to-Video")