Spaces:
Sleeping
Sleeping
osanseviero
commited on
Commit
•
a0fcf12
1
Parent(s):
cd8ba6c
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ additional_inputs=[
|
|
58 |
label="Max new tokens",
|
59 |
value=256,
|
60 |
minimum=0,
|
61 |
-
maximum=
|
62 |
step=64,
|
63 |
interactive=True,
|
64 |
info="The maximum numbers of new tokens",
|
|
|
58 |
label="Max new tokens",
|
59 |
value=256,
|
60 |
minimum=0,
|
61 |
+
maximum=1048,
|
62 |
step=64,
|
63 |
interactive=True,
|
64 |
info="The maximum numbers of new tokens",
|