IlyasMoutawwakil HF staff commited on
Commit
976aad2
1 Parent(s): 111d85e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def build_demo():
168
  task = gr.Dropdown(
169
  label="task",
170
  choices=TASKS,
171
- value="feature-extraction",
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