YC-Chen commited on
Commit
66f940a
1 Parent(s): 5fecbe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  top_p = gr.Slider(
114
  label='Top-p (nucleus sampling)',
115
  minimum=0.01,
116
- maximum=1.0,
117
  step=0.01,
118
  value=0.01,
119
  )
 
113
  top_p = gr.Slider(
114
  label='Top-p (nucleus sampling)',
115
  minimum=0.01,
116
+ maximum=0.99,
117
  step=0.01,
118
  value=0.01,
119
  )