Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
6273bcc
1
Parent(s):
600770f
is not working
Browse files
llama_lora/ui/inference_ui.py
CHANGED
@@ -359,7 +359,7 @@ def inference_ui():
|
|
359 |
# with gr.Column():
|
360 |
with gr.Accordion("Options", open=True, elem_id="inference_options_accordion"):
|
361 |
temperature = gr.Slider(
|
362 |
-
minimum=0, maximum=
|
363 |
label="Temperature",
|
364 |
elem_id="inference_temperature"
|
365 |
)
|
|
|
359 |
# with gr.Column():
|
360 |
with gr.Accordion("Options", open=True, elem_id="inference_options_accordion"):
|
361 |
temperature = gr.Slider(
|
362 |
+
minimum=0, maximum=1, value=0.1, step=0.01,
|
363 |
label="Temperature",
|
364 |
elem_id="inference_temperature"
|
365 |
)
|