Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -305,7 +305,7 @@ with gr.Blocks(css="""
|
|
| 305 |
def load_dataset_preview(dataset):
|
| 306 |
if dataset == "MMLU-Pro":
|
| 307 |
# Load the preview data
|
| 308 |
-
preview_data = mmlupro_dataset_preview(regenerate_preview=
|
| 309 |
|
| 310 |
# Extract subject choices and count
|
| 311 |
subject_choices, subject_count = get_subject_choices_from_preview(preview_data)
|
|
|
|
| 305 |
def load_dataset_preview(dataset):
|
| 306 |
if dataset == "MMLU-Pro":
|
| 307 |
# Load the preview data
|
| 308 |
+
preview_data = mmlupro_dataset_preview(regenerate_preview=True)
|
| 309 |
|
| 310 |
# Extract subject choices and count
|
| 311 |
subject_choices, subject_count = get_subject_choices_from_preview(preview_data)
|