Spaces:
vilarin
/
Running on Zero

vilarin commited on
Commit
b3f741f
1 Parent(s): 44ee61c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
168
  prompt = gr.MultimodalTextbox(label='Enter Your Prompt (Multi-Languages)', interactive=True, placeholder="Enter prompt, add one image.", file_types=['image'])
169
  with gr.Accordion("Advanced Options", open=True):
170
  with gr.Column(scale=1):
171
- negative = gr.Textbox(label="Negative prompt", value="low quality, ugly, blurry, poor face, bad anatomy", height=100)
172
  width = gr.Slider(
173
  label="Width",
174
  minimum=512,
 
168
  prompt = gr.MultimodalTextbox(label='Enter Your Prompt (Multi-Languages)', interactive=True, placeholder="Enter prompt, add one image.", file_types=['image'])
169
  with gr.Accordion("Advanced Options", open=True):
170
  with gr.Column(scale=1):
171
+ negative = gr.Textbox(label="Negative prompt", value="low quality, ugly, blurry, poor face, bad anatomy")
172
  width = gr.Slider(
173
  label="Width",
174
  minimum=512,