Spaces:
Paused
Paused
CiaraRowles
commited on
Commit
•
c4baf05
1
Parent(s):
f8f262c
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css=css) as demo:
|
|
128 |
submit = gr.Button("Submit")
|
129 |
with gr.Accordion(open=False, label="Advanced Options"):
|
130 |
nfaa_negative_prompts = gr.Textbox(label="Appended Negative Prompts", info="Negative prompts to steer generations towards safe for all audiences outputs", value="naked, bikini, skimpy, scanty, bare skin, lingerie, swimsuit, exposed, see-through")
|
131 |
-
scale = gr.Slider(label="Scale", value=0.8, step=0.1, minimum=0, maximum=
|
132 |
with gr.Column():
|
133 |
gallery = gr.Gallery(label="Generated Images")
|
134 |
|
|
|
128 |
submit = gr.Button("Submit")
|
129 |
with gr.Accordion(open=False, label="Advanced Options"):
|
130 |
nfaa_negative_prompts = gr.Textbox(label="Appended Negative Prompts", info="Negative prompts to steer generations towards safe for all audiences outputs", value="naked, bikini, skimpy, scanty, bare skin, lingerie, swimsuit, exposed, see-through")
|
131 |
+
scale = gr.Slider(label="Scale", value=0.8, step=0.1, minimum=0, maximum=2)
|
132 |
with gr.Column():
|
133 |
gallery = gr.Gallery(label="Generated Images")
|
134 |
|