alexkueck commited on
Commit
01346e3
1 Parent(s): 2e095eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
451
  with gr.Tab(label="Parameter Einstellung"):
452
  gr.Markdown("# Parameters")
453
  rag_option = gr.Radio(["Aus", "An"], label="RAG - LI Erweiterungen", value = "Aus")
454
- model_option = gr.Radio(["HF1", "HF2"], label="Modellauswahl", value = "HF1")
455
 
456
  top_p = gr.Slider(
457
  minimum=-0,
 
451
  with gr.Tab(label="Parameter Einstellung"):
452
  gr.Markdown("# Parameters")
453
  rag_option = gr.Radio(["Aus", "An"], label="RAG - LI Erweiterungen", value = "Aus")
454
+ model_option = gr.Radio(["OpenAI", "HuggingFace"], label="Modellauswahl", value = "OpenAI")
455
 
456
  top_p = gr.Slider(
457
  minimum=-0,