Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ MAP_TILES = {
|
|
26 |
}
|
27 |
|
28 |
# NuExtract API configuration
|
29 |
-
API_URL = "https://
|
30 |
headers = {"Authorization": f"Bearer {os.environ.get('HF_TOKEN', '')}"}
|
31 |
|
32 |
class SafeGeocoder:
|
|
|
26 |
}
|
27 |
|
28 |
# NuExtract API configuration
|
29 |
+
API_URL = "https://huggingface.co/numind/NuExtract-1.5-tiny"
|
30 |
headers = {"Authorization": f"Bearer {os.environ.get('HF_TOKEN', '')}"}
|
31 |
|
32 |
class SafeGeocoder:
|