Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Debug on app.py
Browse files- yourbench_space/app.py +1 -1
yourbench_space/app.py
CHANGED
|
@@ -247,7 +247,7 @@ def init_session(profile: gr.OAuthProfile | None):
|
|
| 247 |
btn_launch_evals = gr.Button(
|
| 248 |
"π Launch Evaluation",
|
| 249 |
visible=True,
|
| 250 |
-
interactive=
|
| 251 |
variant="primary",
|
| 252 |
)
|
| 253 |
|
|
|
|
| 247 |
btn_launch_evals = gr.Button(
|
| 248 |
"π Launch Evaluation",
|
| 249 |
visible=True,
|
| 250 |
+
interactive=True, # Start non-interactive
|
| 251 |
variant="primary",
|
| 252 |
)
|
| 253 |
|