IlyasMoutawwakil HF staff commited on
Commit
5ed1d68
1 Parent(s): f43ba09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
34
 
35
  model = gr.Textbox(
36
  label="model",
37
- value="optimum/distilbert-base-uncased-finetuned-sst-2-english",
38
  info="Model to run the benchmark on. Press enter to infer the task automatically.",
39
  )
40
  task = gr.Dropdown(
 
34
 
35
  model = gr.Textbox(
36
  label="model",
37
+ value="distilbert-base-uncased-finetuned-sst-2-english",
38
  info="Model to run the benchmark on. Press enter to infer the task automatically.",
39
  )
40
  task = gr.Dropdown(