Spaces:
Running
Running
Update default prompts for video generation to enhance user experience
Browse files
app.py
CHANGED
@@ -425,7 +425,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
425 |
txt2vid_prompt = gr.Textbox(
|
426 |
label="Step 1: Enter Your Prompt",
|
427 |
placeholder="Describe the video you want to generate (minimum 50 characters)...",
|
428 |
-
value="A
|
429 |
lines=5,
|
430 |
)
|
431 |
txt2vid_negative_prompt = gr.Textbox(
|
@@ -494,7 +494,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
494 |
img2vid_prompt = gr.Textbox(
|
495 |
label="Step 2: Enter Your Prompt",
|
496 |
placeholder="Describe how you want to animate the image (minimum 50 characters)...",
|
497 |
-
value="A
|
498 |
lines=5,
|
499 |
)
|
500 |
img2vid_negative_prompt = gr.Textbox(
|
|
|
425 |
txt2vid_prompt = gr.Textbox(
|
426 |
label="Step 1: Enter Your Prompt",
|
427 |
placeholder="Describe the video you want to generate (minimum 50 characters)...",
|
428 |
+
value="A woman with long brown hair and light skin smiles at another woman with long blonde hair. The woman with brown hair wears a black jacket and has a small, barely noticeable mole on her right cheek. The camera angle is a close-up, focused on the woman with brown hair's face. The lighting is warm and natural, likely from the setting sun, casting a soft glow on the scene. The scene appears to be real-life footage.",
|
429 |
lines=5,
|
430 |
)
|
431 |
txt2vid_negative_prompt = gr.Textbox(
|
|
|
494 |
img2vid_prompt = gr.Textbox(
|
495 |
label="Step 2: Enter Your Prompt",
|
496 |
placeholder="Describe how you want to animate the image (minimum 50 characters)...",
|
497 |
+
value="A woman with long brown hair and light skin smiles at another woman with long blonde hair. The woman with brown hair wears a black jacket and has a small, barely noticeable mole on her right cheek. The camera angle is a close-up, focused on the woman with brown hair's face. The lighting is warm and natural, likely from the setting sun, casting a soft glow on the scene. The scene appears to be real-life footage.",
|
498 |
lines=5,
|
499 |
)
|
500 |
img2vid_negative_prompt = gr.Textbox(
|