Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,6 +282,7 @@ with main_block:
|
|
| 282 |
headers=EVAL_COLS,
|
| 283 |
datatype=EVAL_TYPES,
|
| 284 |
row_count=5,
|
|
|
|
| 285 |
)
|
| 286 |
with gr.Accordion(
|
| 287 |
f"π Running Evaluation Queue ({len(running_eval_queue_df)})",
|
|
@@ -293,6 +294,7 @@ with main_block:
|
|
| 293 |
headers=EVAL_COLS,
|
| 294 |
datatype=EVAL_TYPES,
|
| 295 |
row_count=5,
|
|
|
|
| 296 |
)
|
| 297 |
|
| 298 |
with gr.Accordion(
|
|
@@ -305,6 +307,7 @@ with main_block:
|
|
| 305 |
headers=EVAL_COLS,
|
| 306 |
datatype=EVAL_TYPES,
|
| 307 |
row_count=5,
|
|
|
|
| 308 |
)
|
| 309 |
|
| 310 |
submit_button = gr.Button("Submit Eval")
|
|
|
|
| 282 |
headers=EVAL_COLS,
|
| 283 |
datatype=EVAL_TYPES,
|
| 284 |
row_count=5,
|
| 285 |
+
interactive=False,
|
| 286 |
)
|
| 287 |
with gr.Accordion(
|
| 288 |
f"π Running Evaluation Queue ({len(running_eval_queue_df)})",
|
|
|
|
| 294 |
headers=EVAL_COLS,
|
| 295 |
datatype=EVAL_TYPES,
|
| 296 |
row_count=5,
|
| 297 |
+
interactive=False,
|
| 298 |
)
|
| 299 |
|
| 300 |
with gr.Accordion(
|
|
|
|
| 307 |
headers=EVAL_COLS,
|
| 308 |
datatype=EVAL_TYPES,
|
| 309 |
row_count=5,
|
| 310 |
+
interactive=False,
|
| 311 |
)
|
| 312 |
|
| 313 |
submit_button = gr.Button("Submit Eval")
|