reedmayhew commited on
Commit
3ea52e9
·
verified ·
1 Parent(s): b78d721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(css=css, title="A.I. Healthcare") as demo:
172
  elem_id="age_confirm_checkbox"
173
  ),
174
  gr.Slider(minimum=0.6, maximum=0.6, step=0.1, value=0.6, label="Temperature", visible=False),
175
- gr.Slider(minimum=128, maximum=4096, step=64, value=1024, label="Max new tokens", visible=False),
176
  ],
177
  examples=[
178
  ['What are the common symptoms of diabetes?'],
 
172
  elem_id="age_confirm_checkbox"
173
  ),
174
  gr.Slider(minimum=0.6, maximum=0.6, step=0.1, value=0.6, label="Temperature", visible=False),
175
+ gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", visible=False),
176
  ],
177
  examples=[
178
  ['What are the common symptoms of diabetes?'],