Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"
|
| 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,
|