Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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:
|