Spaces:
Runtime error
Runtime error
add default value for decoding
Browse files- app_dialogue.py +1 -0
app_dialogue.py
CHANGED
@@ -289,6 +289,7 @@ with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
|
289 |
"sampling_top_k",
|
290 |
"sampling_top_p",
|
291 |
],
|
|
|
292 |
label="Decoding strategy",
|
293 |
)
|
294 |
temperature = gr.Slider(
|
|
|
289 |
"sampling_top_k",
|
290 |
"sampling_top_p",
|
291 |
],
|
292 |
+
value="greedy",
|
293 |
label="Decoding strategy",
|
294 |
)
|
295 |
temperature = gr.Slider(
|