Akjava commited on
Commit
72a2dbf
·
verified ·
1 Parent(s): 57c0898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ demo = gr.ChatInterface(
141
  ),
142
  gr.Slider(
143
  minimum=512,
144
- maximum=2048,
145
  value=1024,
146
  step=1,
147
  label="Max Tokens",
 
141
  ),
142
  gr.Slider(
143
  minimum=512,
144
+ maximum=8192,
145
  value=1024,
146
  step=1,
147
  label="Max Tokens",