Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -731,7 +731,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
731 |
with gr.Tab(label="Parameter"):
|
732 |
#gr.Markdown("# Parameters")
|
733 |
rag_option = gr.Radio(["Aus", "An"], label="KKG Erweiterungen (RAG)", value = "Aus")
|
734 |
-
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "
|
735 |
websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus")
|
736 |
|
737 |
|
|
|
731 |
with gr.Tab(label="Parameter"):
|
732 |
#gr.Markdown("# Parameters")
|
733 |
rag_option = gr.Radio(["Aus", "An"], label="KKG Erweiterungen (RAG)", value = "Aus")
|
734 |
+
model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "HuggingFace")
|
735 |
websuche = gr.Radio(["Aus", "An"], label="Web-Suche", value = "Aus")
|
736 |
|
737 |
|