zenafey commited on
Commit
b25462b
1 Parent(s): eb8b30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(css=css) as demo:
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
291
  placeholder="Prompt", show_label=False, lines=3, container=False)
292
- negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3,
293
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
294
  with gr.Row(scale=6):
295
  text_button = gr.Button("Generate", variant='primary', elem_id="generate")
 
289
  with gr.Column(scale=4, min_width=600):
290
  prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
291
  placeholder="Prompt", show_label=False, lines=3, container=False)
292
+ negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, container=False,
293
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
294
  with gr.Row(scale=6):
295
  text_button = gr.Button("Generate", variant='primary', elem_id="generate")