lewtun HF staff commited on
Commit
26062dd
1 Parent(s): 62fc386

Increase max_new_tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
278
  label="Max new tokens",
279
  value=512,
280
  minimum=0,
281
- maximum=512,
282
  step=4,
283
  interactive=True,
284
  info="The maximum numbers of new tokens",
 
278
  label="Max new tokens",
279
  value=512,
280
  minimum=0,
281
+ maximum=1024,
282
  step=4,
283
  interactive=True,
284
  info="The maximum numbers of new tokens",