ageraustine commited on
Commit
d733e6e
·
verified ·
1 Parent(s): a9bebef

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 / "ades").exists()
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