Update app.py
Browse files
app.py
CHANGED
@@ -551,7 +551,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
551 |
|
552 |
with gr.Tab(label="Parameter"):
|
553 |
#gr.Markdown("# Parameters")
|
554 |
-
rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "
|
555 |
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
|
556 |
|
557 |
|
|
|
551 |
|
552 |
with gr.Tab(label="Parameter"):
|
553 |
#gr.Markdown("# Parameters")
|
554 |
+
rag_option = gr.Radio(["Aus", "An"], label="LI Erweiterungen (RAG)", value = "An")
|
555 |
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
|
556 |
|
557 |
|