charanhu commited on
Commit
fd57e7f
1 Parent(s): 5fea49d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ additional_inputs=[
60
  label="Max new tokens",
61
  value=256,
62
  minimum=0,
63
- maximum=1048,
64
  step=64,
65
  interactive=True,
66
  info="The maximum numbers of new tokens",
 
60
  label="Max new tokens",
61
  value=256,
62
  minimum=0,
63
+ maximum=30000,
64
  step=64,
65
  interactive=True,
66
  info="The maximum numbers of new tokens",