Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
81f484d
1
Parent(s):
111b5af
top p min val
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -462,7 +462,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
|
462 |
outputs=temperature,
|
463 |
)
|
464 |
top_p = gr.Slider(
|
465 |
-
minimum=0.
|
466 |
maximum=0.99,
|
467 |
value=0.8,
|
468 |
step=0.01,
|
|
|
462 |
outputs=temperature,
|
463 |
)
|
464 |
top_p = gr.Slider(
|
465 |
+
minimum=0.01,
|
466 |
maximum=0.99,
|
467 |
value=0.8,
|
468 |
step=0.01,
|