shukdevdattaEX commited on
Commit
79f2a6c
·
verified ·
1 Parent(s): cdb0790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def create_interface():
184
  with gr.Row():
185
  model_choice = gr.Dropdown(
186
  choices=fact_checker.model_options,
187
- value="compound",
188
  label="Model",
189
  info="compound-: More capable | compound-mini: Faster"
190
  )
 
184
  with gr.Row():
185
  model_choice = gr.Dropdown(
186
  choices=fact_checker.model_options,
187
+ value="groq/compound",
188
  label="Model",
189
  info="compound-: More capable | compound-mini: Faster"
190
  )