Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -356,7 +356,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
356 |
txt2vid_negative_prompt = gr.Textbox(
|
357 |
label="Step 2: Enter Negative Prompt",
|
358 |
placeholder="๋น๋์ค์์ ์ํ์ง ์๋ ์์๋ฅผ ์ค๋ช
ํ์ธ์...",
|
359 |
-
value="
|
360 |
lines=2,
|
361 |
)
|
362 |
|
|
|
356 |
txt2vid_negative_prompt = gr.Textbox(
|
357 |
label="Step 2: Enter Negative Prompt",
|
358 |
placeholder="๋น๋์ค์์ ์ํ์ง ์๋ ์์๋ฅผ ์ค๋ช
ํ์ธ์...",
|
359 |
+
value="low quality, worst quality, deformed, distorted, damaged, motion blur, motion artifacts, fused fingers, incorrect anatomy, strange hands, ugly",
|
360 |
lines=2,
|
361 |
)
|
362 |
|