Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files- src/gradio_app.py +1 -1
src/gradio_app.py
CHANGED
|
@@ -124,7 +124,7 @@ def find_data_root() -> Path:
|
|
| 124 |
(root / "centerlines").exists()
|
| 125 |
or (root / "reach_graph").exists()
|
| 126 |
or (root / "hydrometric").exists()
|
| 127 |
-
or (root / "
|
| 128 |
)
|
| 129 |
):
|
| 130 |
return root
|
|
|
|
| 124 |
(root / "centerlines").exists()
|
| 125 |
or (root / "reach_graph").exists()
|
| 126 |
or (root / "hydrometric").exists()
|
| 127 |
+
or (root / "ADES").exists()
|
| 128 |
)
|
| 129 |
):
|
| 130 |
return root
|