Spaces:
Running
Running
Update disambiguation/disambiguate.py
Browse files
disambiguation/disambiguate.py
CHANGED
@@ -20,7 +20,6 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
20 |
|
21 |
BACKEND_URL = "https://SpatialWebAgent-dockerb22.hf.space/api/predict/"
|
22 |
|
23 |
-
import requests
|
24 |
def call_backend(input_text):
|
25 |
try:
|
26 |
headers = {
|
|
|
20 |
|
21 |
BACKEND_URL = "https://SpatialWebAgent-dockerb22.hf.space/api/predict/"
|
22 |
|
|
|
23 |
def call_backend(input_text):
|
24 |
try:
|
25 |
headers = {
|