Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|