lvwerra HF staff commited on
Commit
4745d0f
1 Parent(s): 4d0f760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ _Note:_ this is an internal playground - please do not share. The deployment can
169
  label="Max new tokens",
170
  value=256,
171
  minimum=0,
172
- maximum=4096,
173
  step=4,
174
  interactive=True,
175
  info="The maximum numbers of new tokens",
 
169
  label="Max new tokens",
170
  value=256,
171
  minimum=0,
172
+ maximum=8192,
173
  step=4,
174
  interactive=True,
175
  info="The maximum numbers of new tokens",