Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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",
|