Yokky009 commited on
Commit
84abc70
·
verified ·
1 Parent(s): 02609ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ demo = gr.ChatInterface(
131
  ),
132
  gr.Slider(
133
  minimum=1,
134
- maximum=1024,
135
- value=512,
136
  step=1,
137
  label="最大新規トークン数"
138
  ),
 
131
  ),
132
  gr.Slider(
133
  minimum=1,
134
+ maximum=8192,
135
+ value=4096,
136
  step=1,
137
  label="最大新規トークン数"
138
  ),