iyosha commited on
Commit
b9bd2a6
·
verified ·
1 Parent(s): acc1066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ indices_subdir_map = {
35
 
36
  with open(
37
  Path(__file__).parent
38
- / f"data/{indices_subdir_map[configs.DS_NAME]}/stage_indices.json"
39
  ) as f:
40
  STAGE_SPLITS = json.load(f)
41
 
 
35
 
36
  with open(
37
  Path(__file__).parent
38
+ / f"data/stage_indices.json"
39
  ) as f:
40
  STAGE_SPLITS = json.load(f)
41