ringhyacinth commited on
Commit
29f77bb
1 Parent(s): a8e9aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=5, maximum=50, value=25, step=5)
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 [Weekend](https://weibo.com/u/5982308498) and [Hyacinth](https://twitter.com/ring_hyacinth) </p>
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
  )