DavidFernandes commited on
Commit
b2f67f4
·
1 Parent(s): f83c727

Update app.py

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