Spaces:
Sleeping
Sleeping
Only use geos endpoint
Browse files- services.py +1 -1
services.py
CHANGED
@@ -83,7 +83,7 @@ class Entities(BaseAsyncAPI):
|
|
83 |
|
84 |
def __init__(self):
|
85 |
super().__init__(
|
86 |
-
url=os.getenv("DOCUMENT_API_URL").replace("/analyze", "/entities"),
|
87 |
headers={"x-api-key": os.getenv("DOCUMENT_API_KEY")}
|
88 |
)
|
89 |
|
|
|
83 |
|
84 |
def __init__(self):
|
85 |
super().__init__(
|
86 |
+
url=os.getenv("DOCUMENT_API_URL").replace("/analyze", "/entities/geographies"),
|
87 |
headers={"x-api-key": os.getenv("DOCUMENT_API_KEY")}
|
88 |
)
|
89 |
|