Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -329,8 +329,8 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as iface:
|
|
329 |
with gr.Column(scale=1):
|
330 |
txt2vid_prompt = gr.Textbox(
|
331 |
label="Step 1: Enter Your Prompt (ํ๊ธ ๋๋ ์์ด)",
|
332 |
-
placeholder="
|
333 |
-
value="
|
334 |
lines=5,
|
335 |
)
|
336 |
|
@@ -342,7 +342,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as iface:
|
|
342 |
|
343 |
txt2vid_negative_prompt = gr.Textbox(
|
344 |
label="Step 2: Enter Negative Prompt",
|
345 |
-
placeholder="
|
346 |
value="low quality, worst quality, deformed, distorted, damaged, motion blur, motion artifacts, fused fingers, incorrect anatomy, strange hands, ugly",
|
347 |
lines=2,
|
348 |
)
|
|
|
329 |
with gr.Column(scale=1):
|
330 |
txt2vid_prompt = gr.Textbox(
|
331 |
label="Step 1: Enter Your Prompt (ํ๊ธ ๋๋ ์์ด)",
|
332 |
+
placeholder="Describe the video you want to create (at least 50 characters)...",
|
333 |
+
value="A sleek vintage classic car is driving along a Hawaiian coastal road, seen from a low-angle front bumper camera view, with the ocean waves and palm trees rolling by in the background.",
|
334 |
lines=5,
|
335 |
)
|
336 |
|
|
|
342 |
|
343 |
txt2vid_negative_prompt = gr.Textbox(
|
344 |
label="Step 2: Enter Negative Prompt",
|
345 |
+
placeholder="Describe the elements you do not want in the video...",
|
346 |
value="low quality, worst quality, deformed, distorted, damaged, motion blur, motion artifacts, fused fingers, incorrect anatomy, strange hands, ugly",
|
347 |
lines=2,
|
348 |
)
|