project-baize commited on
Commit
9a06f9d
1 Parent(s): d0c3518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
150
  max_length_tokens = gr.Slider(
151
  minimum=0,
152
  maximum=512,
153
- value=256,
154
  step=8,
155
  interactive=True,
156
  label="Max Generation Tokens",
150
  max_length_tokens = gr.Slider(
151
  minimum=0,
152
  maximum=512,
153
+ value=512,
154
  step=8,
155
  interactive=True,
156
  label="Max Generation Tokens",