Commit
·
c288718
1
Parent(s):
7a76e5e
Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 271 |
with gr.Group():
|
| 272 |
neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
|
| 273 |
|
| 274 |
-
n_images = gr.Slider(label="Images", value=1, minimum=1, maximum=
|
| 275 |
|
| 276 |
with gr.Row():
|
| 277 |
guidance = gr.Slider(label="Guidance scale", value=7.5, maximum=15)
|
|
|
|
| 271 |
with gr.Group():
|
| 272 |
neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
|
| 273 |
|
| 274 |
+
n_images = gr.Slider(label="Images", value=1, minimum=1, maximum=10, step=1)
|
| 275 |
|
| 276 |
with gr.Row():
|
| 277 |
guidance = gr.Slider(label="Guidance scale", value=7.5, maximum=15)
|