Spaces:
Running
Running
Update pages/2_Tagger.py
Browse files- pages/2_Tagger.py +1 -1
pages/2_Tagger.py
CHANGED
@@ -340,7 +340,7 @@ def create_span(doc, text, label="ENTITY"):
|
|
340 |
|
341 |
API_TOKEN = os.getenv('API_TOKEN2')
|
342 |
|
343 |
-
BACKEND_URL = "https://
|
344 |
|
345 |
import requests
|
346 |
def call_backend(input_text):
|
|
|
340 |
|
341 |
API_TOKEN = os.getenv('API_TOKEN2')
|
342 |
|
343 |
+
BACKEND_URL = "https://SpatialWebAgent-dockerb21.hf.space/api/predict/"
|
344 |
|
345 |
import requests
|
346 |
def call_backend(input_text):
|