github-actions[bot] commited on
Commit
f5ee47a
·
1 Parent(s): 4adb3f8

Sync with https://github.com/mozilla-ai/osm-ai-helper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "daavoo/yolo-osm-pool-detector",
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",