Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
179799d
1
Parent(s):
f1f31d2
Change description
Browse files
app.py
CHANGED
@@ -28,8 +28,9 @@ interface_geocoder = gr.Interface(
|
|
28 |
outputs=[json_output],
|
29 |
title="Geocode addresses using whereabouts",
|
30 |
description="""
|
31 |
-
Whereabouts is a freely available open-source geocoding package for Python.
|
32 |
-
|
|
|
33 |
|
34 |
The code is available on github:
|
35 |
https://www.github.com/ajl2718/whereabouts
|
@@ -39,6 +40,8 @@ interface_geocoder = gr.Interface(
|
|
39 |
pip install whereabouts
|
40 |
python -m whereabouts download au_all_sm
|
41 |
```
|
|
|
|
|
42 |
"""
|
43 |
)
|
44 |
|
|
|
28 |
outputs=[json_output],
|
29 |
title="Geocode addresses using whereabouts",
|
30 |
description="""
|
31 |
+
Whereabouts is a freely available open-source geocoding package for Python.
|
32 |
+
|
33 |
+
Currently it supports geocoding of Australian addresses, with more countries being added.
|
34 |
|
35 |
The code is available on github:
|
36 |
https://www.github.com/ajl2718/whereabouts
|
|
|
40 |
pip install whereabouts
|
41 |
python -m whereabouts download au_all_sm
|
42 |
```
|
43 |
+
|
44 |
+
This demo shows whereabouts in action.
|
45 |
"""
|
46 |
)
|
47 |
|