Spaces:
Build error
Build error
ringhyacinth
commited on
Commit
•
29f77bb
1
Parent(s):
a8e9aec
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ with block:
|
|
173 |
|
174 |
with gr.Row(elem_id="advanced-options"):
|
175 |
samples = gr.Slider(label="Images", minimum=1, maximum=4, value=2, step=1)
|
176 |
-
steps = gr.Slider(label="Steps", minimum=
|
177 |
scale = gr.Slider(
|
178 |
label="Guidance Scale", minimum=0, maximum=50, value=7.5, step=0.1
|
179 |
)
|
@@ -194,7 +194,7 @@ with block:
|
|
194 |
<div class="acknowledgments">
|
195 |
<p> Use the tokens {Nail Set} in your prompts for the effect.
|
196 |
<p> Put in a text prompt and generate your own nail set!
|
197 |
-
<p> Trained by
|
198 |
</div>
|
199 |
"""
|
200 |
)
|
|
|
173 |
|
174 |
with gr.Row(elem_id="advanced-options"):
|
175 |
samples = gr.Slider(label="Images", minimum=1, maximum=4, value=2, step=1)
|
176 |
+
steps = gr.Slider(label="Steps", minimum=25, maximum=100, value=50, step=5)
|
177 |
scale = gr.Slider(
|
178 |
label="Guidance Scale", minimum=0, maximum=50, value=7.5, step=0.1
|
179 |
)
|
|
|
194 |
<div class="acknowledgments">
|
195 |
<p> Use the tokens {Nail Set} in your prompts for the effect.
|
196 |
<p> Put in a text prompt and generate your own nail set!
|
197 |
+
<p> Trained by Weekend and Hyacinth </p>
|
198 |
</div>
|
199 |
"""
|
200 |
)
|