You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo uses [mozilla-ai/swimming-pool-detector](https://huggingface.co/mozilla-ai/swimming-pool-detector).
125
+
126
+
You can check the [Create Dataset](https://colab.research.google.com/github/mozilla-ai//osm-ai-helper/blob/main/demo/create_dataset.ipyn)
127
+
and [Finetune Model](https://colab.research.google.com/github/mozilla-ai//osm-ai-helper/blob/main/demo/finetune_model.ipynb) notebooks to learn how to train your own model.
128
+
"""
129
+
)
130
+
122
131
st.divider()
123
132
124
-
st.subheader("Click on the map to select a latitude and longitude")
133
+
st.subheader(
134
+
"Click on the map to select a latitude and longitude. The model will try to find swimming pools around this location."
135
+
)
125
136
126
137
show_map()
127
138
128
139
lat_lon=st.text_input("Paste the copied (latitude, longitude)")
0 commit comments