Spaces:
Runtime error
Runtime error
github-actions[bot]
commited on
Commit
·
f5ee47a
1
Parent(s):
4adb3f8
Sync with https://github.com/mozilla-ai/osm-ai-helper
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def show_map():
|
|
| 58 |
def inference(lat_lon, margin):
|
| 59 |
with st.spinner("Downloading model..."):
|
| 60 |
hf_hub_download(
|
| 61 |
-
"
|
| 62 |
filename="model.pt",
|
| 63 |
repo_type="model",
|
| 64 |
local_dir="models",
|
|
|
|
| 58 |
def inference(lat_lon, margin):
|
| 59 |
with st.spinner("Downloading model..."):
|
| 60 |
hf_hub_download(
|
| 61 |
+
"mozilla-ai/swimming-pool-detector",
|
| 62 |
filename="model.pt",
|
| 63 |
repo_type="model",
|
| 64 |
local_dir="models",
|