Update app.py
Browse files
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='
|
| 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)")
|