ford442 commited on
Commit
c2256a1
·
verified ·
1 Parent(s): 61dc8ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ with gr.Blocks(css=css) as demo:
547
  with gr.Tab("image-to-video", id="i2v_tab") as image_tab:
548
  video_i_hidden = gr.Textbox(visible=False);
549
  image_i2v = gr.Image(label="Input Image", type="filepath", sources=["upload", "webcam", "clipboard"]);
550
- i2v_prompt = gr.Textbox(label="Prompt", value="The creature from the image starts to move", lines=3);
551
  i2v_button = gr.Button("Generate Image-to-Video Clip", variant="primary")
552
 
553
  with gr.Tab("text-to-video", id="t2v_tab") as text_tab:
 
547
  with gr.Tab("image-to-video", id="i2v_tab") as image_tab:
548
  video_i_hidden = gr.Textbox(visible=False);
549
  image_i2v = gr.Image(label="Input Image", type="filepath", sources=["upload", "webcam", "clipboard"]);
550
+ i2v_prompt = gr.Textbox(label="Prompt", value="The character from the image starts to move.", lines=3);
551
  i2v_button = gr.Button("Generate Image-to-Video Clip", variant="primary")
552
 
553
  with gr.Tab("text-to-video", id="t2v_tab") as text_tab: