Spaces:
Running
Running
Commit
•
5ed1d68
1
Parent(s):
f43ba09
fix
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
|
|
34 |
|
35 |
model = gr.Textbox(
|
36 |
label="model",
|
37 |
-
value="
|
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(
|