multimodalart HF Staff commited on
Commit
9742f92
·
verified ·
1 Parent(s): 7b9f053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks(css=css) as demo:
346
  with gr.Column():
347
  with gr.Tab("image-to-video") as image_tab:
348
  video_i_hidden = gr.Textbox(label="video_i", visible=False, value=None)
349
- image_i2v = gr.Image(label="Input Image", type="filepath", sources=["upload", "webcam"])
350
  i2v_prompt = gr.Textbox(label="Prompt", value="The creature from the image starts to move", lines=3)
351
  i2v_button = gr.Button("Generate Image-to-Video", variant="primary")
352
  with gr.Tab("text-to-video") as text_tab:
 
346
  with gr.Column():
347
  with gr.Tab("image-to-video") as image_tab:
348
  video_i_hidden = gr.Textbox(label="video_i", visible=False, value=None)
349
+ image_i2v = gr.Image(label="Input Image", type="filepath", sources=["upload", "webcam", "clipboard"])
350
  i2v_prompt = gr.Textbox(label="Prompt", value="The creature from the image starts to move", lines=3)
351
  i2v_button = gr.Button("Generate Image-to-Video", variant="primary")
352
  with gr.Tab("text-to-video") as text_tab: