ginipick commited on
Commit
230cfaa
·
verified ·
1 Parent(s): 602de50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
91
  with gr.Row():
92
  prompt = gr.Textbox(label='Enter Your Prompt', value="best quality, HD, aesthetic", scale=6)
93
  submit = gr.Button(scale=1, variant='primary')
94
- img = gr.Image(label='Mobius Generated Image')
95
  with gr.Accordion("Advanced Options", open=False):
96
  with gr.Row():
97
  negative = gr.Textbox(label="Negative prompt", value="low quality, low quality, (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (NSFW:1.25)")
 
91
  with gr.Row():
92
  prompt = gr.Textbox(label='Enter Your Prompt', value="best quality, HD, aesthetic", scale=6)
93
  submit = gr.Button(scale=1, variant='primary')
94
+ img = gr.Image(label='Generated Image')
95
  with gr.Accordion("Advanced Options", open=False):
96
  with gr.Row():
97
  negative = gr.Textbox(label="Negative prompt", value="low quality, low quality, (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (NSFW:1.25)")