Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ indices_subdir_map = {
|
|
| 35 |
|
| 36 |
with open(
|
| 37 |
Path(__file__).parent
|
| 38 |
-
/ f"data/
|
| 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 |
|