fantaxy commited on
Commit
9ad6afb
ยท
verified ยท
1 Parent(s): 1b643b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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