Commit
·
976aad2
1
Parent(s):
111d85e
fix
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ def build_demo():
|
|
| 168 |
task = gr.Dropdown(
|
| 169 |
label="task",
|
| 170 |
choices=TASKS,
|
| 171 |
-
value=
|
| 172 |
info="Task to run the benchmark on.",
|
| 173 |
)
|
| 174 |
|
|
|
|
| 168 |
task = gr.Dropdown(
|
| 169 |
label="task",
|
| 170 |
choices=TASKS,
|
| 171 |
+
value=MODELS_TO_TASKS[MODELS[0]],
|
| 172 |
info="Task to run the benchmark on.",
|
| 173 |
)
|
| 174 |
|