Spaces:
Running
Running
Update app.py
Browse files
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=
|
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?'],
|