dreamdrop-art commited on
Commit
a61266c
1 Parent(s): f467a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ with gr.Blocks(css=css) as demo:
368
  with gr.Column(scale=6, min_width=600):
369
  hf_prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
370
  placeholder="Prompt", show_label=False, lines=3)
371
- hd_negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3,
372
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
373
  with gr.Column():
374
  hf_text_button = gr.Button("Generate with HF", variant='primary', elem_id="generate")
 
368
  with gr.Column(scale=6, min_width=600):
369
  hf_prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k",
370
  placeholder="Prompt", show_label=False, lines=3)
371
+ hf_negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3,
372
  value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
373
  with gr.Column():
374
  hf_text_button = gr.Button("Generate with HF", variant='primary', elem_id="generate")