project-baize commited on
Commit
7edc905
1 Parent(s): 137041a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
151
  )
152
  max_context_length_tokens = gr.Slider(
153
  minimum=0,
154
- maximum=3072,
155
  value=2048,
156
  step=128,
157
  interactive=True,
 
151
  )
152
  max_context_length_tokens = gr.Slider(
153
  minimum=0,
154
+ maximum=2048,
155
  value=2048,
156
  step=128,
157
  interactive=True,