Maria commited on
Commit
129880c
·
1 Parent(s): 351673f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(css=css) as demo:
137
  minimum=1,
138
  maximum=50,
139
  step=1,
140
- value=30, # Replace with defaults that work for your model
141
  )
142
 
143
  gr.Examples(examples=examples, inputs=[prompt])
 
137
  minimum=1,
138
  maximum=50,
139
  step=1,
140
+ value=40, # Replace with defaults that work for your model
141
  )
142
 
143
  gr.Examples(examples=examples, inputs=[prompt])