acecalisto3 commited on
Commit
32f7757
·
verified ·
1 Parent(s): ea558e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ additional_inputs=[
105
  label="Max new tokens",
106
  value=1048*10,
107
  minimum=0,
108
- maximum=1048*10,
109
  step=64,
110
  interactive=True,
111
  info="The maximum numbers of new tokens",
 
105
  label="Max new tokens",
106
  value=1048*10,
107
  minimum=0,
108
+ maximum=1000*10,
109
  step=64,
110
  interactive=True,
111
  info="The maximum numbers of new tokens",