rohansampath commited on
Commit
34cc3a0
·
verified ·
1 Parent(s): bea879e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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)