alexkueck commited on
Commit
65b131b
1 Parent(s): 38fd268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
138
  minimum=-0,
139
  maximum=1.0,
140
  value=0.95,
141
- step=0.01,
142
  interactive=True,
143
  label="Top-p",
144
  )
 
138
  minimum=-0,
139
  maximum=1.0,
140
  value=0.95,
141
+ step=0.05,
142
  interactive=True,
143
  label="Top-p",
144
  )