alexkueck commited on
Commit
e5160dc
·
verified ·
1 Parent(s): f02c1af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "OpenAI")
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