github-actions[bot] commited on
Commit
0bf3aee
·
1 Parent(s): 65084bf

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

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -93,7 +93,9 @@ def upload_results(output_path):
93
  st.divider()
94
  st.header("Upload all polygons in `keep`")
95
 
96
- st.markdown("The results will be uploaded using our OpenStreetMap account.")
 
 
97
  st.markdown(
98
  "You can check the [Colab Notebook](ttps://colab.research.google.com/github/mozilla-ai/osm-ai-helper/blob/main/demo/run_inference.ipynb)"
99
  " and the [Authorization Guide](https://mozilla-ai.github.io/osm-ai-helper/authorization)"
@@ -121,7 +123,9 @@ st.title("OpenStreetMap AI Helper")
121
 
122
  st.markdown(
123
  """
124
- 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.
 
93
  st.divider()
94
  st.header("Upload all polygons in `keep`")
95
 
96
+ st.markdown(
97
+ "The results will be uploaded using the [osm-ai-helper](https://www.openstreetmap.org/user/osm-ai-helper) profile."
98
+ )
99
  st.markdown(
100
  "You can check the [Colab Notebook](ttps://colab.research.google.com/github/mozilla-ai/osm-ai-helper/blob/main/demo/run_inference.ipynb)"
101
  " and the [Authorization Guide](https://mozilla-ai.github.io/osm-ai-helper/authorization)"
 
123
 
124
  st.markdown(
125
  """
126
+ This demo was created with the repo [mozilla-ai/osm-ai-helper](https://github.com/mozilla-ai/osm-ai-helper).
127
+
128
+ It uses the model [mozilla-ai/swimming-pool-detector](https://huggingface.co/mozilla-ai/swimming-pool-detector).
129
 
130
  You can check the [Create Dataset](https://colab.research.google.com/github/mozilla-ai//osm-ai-helper/blob/main/demo/create_dataset.ipyn)
131
  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.