Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -315,7 +315,7 @@ def demo():
|
|
315 |
with gr.Tab("Step 3 - Inizializza QA chain"):
|
316 |
with gr.Row():
|
317 |
llm_btn = gr.Radio(list_llm_simple, \
|
318 |
-
label="LLM models", value = list_llm_simple[
|
319 |
with gr.Accordion("Advanced options - LLM model", open=False):
|
320 |
with gr.Row():
|
321 |
slider_temperature = gr.Slider(minimum = 0.01, maximum = 1.0, value=0.3, step=0.1, label="Temperature", info="Model temperature", interactive=True)
|
|
|
315 |
with gr.Tab("Step 3 - Inizializza QA chain"):
|
316 |
with gr.Row():
|
317 |
llm_btn = gr.Radio(list_llm_simple, \
|
318 |
+
label="LLM models", value = list_llm_simple[5], type="index", info="Scegli il tuo modello LLM")
|
319 |
with gr.Accordion("Advanced options - LLM model", open=False):
|
320 |
with gr.Row():
|
321 |
slider_temperature = gr.Slider(minimum = 0.01, maximum = 1.0, value=0.3, step=0.1, label="Temperature", info="Model temperature", interactive=True)
|