rahul7star commited on
Commit
6f6ed39
·
verified ·
1 Parent(s): 8e6078c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -128,10 +128,7 @@ with gr.Blocks() as demo:
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
- value=""Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static, "
132
- "overall gray, worst quality, low quality, JPEG compression residue, ugly, incomplete, extra fingers, "
133
- "poorly drawn hands, poorly drawn faces, deformed, disfigured, misshapen limbs, fused fingers, still picture, "
134
- "messy background, three legs, many people in the background, walking backwards"",
135
  lines=3
136
  )
137
 
 
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
+ value=""Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static",
 
 
 
132
  lines=3
133
  )
134