Spaces:
Sleeping
Sleeping
Commit
·
2a400bd
1
Parent(s):
58948e1
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
56 |
)
|
57 |
|
58 |
temperature_slider = gr.Slider(
|
59 |
-
minimum=0.0, maximum=2.0, value=
|
60 |
label="Temperature (The sampling temperature to use. This controls the randomness of predictions by scaling the logits before applying softmax. Lower values make the model more deterministic, while higher values increase diversity.)",
|
61 |
render=False
|
62 |
)
|
|
|
56 |
)
|
57 |
|
58 |
temperature_slider = gr.Slider(
|
59 |
+
minimum=0.0, maximum=2.0, value=0.9, step=0.01,
|
60 |
label="Temperature (The sampling temperature to use. This controls the randomness of predictions by scaling the logits before applying softmax. Lower values make the model more deterministic, while higher values increase diversity.)",
|
61 |
render=False
|
62 |
)
|