SpatialWebAgent commited on
Commit
a2d26bd
·
verified ·
1 Parent(s): 17d7111

Update pages/2_Tagger.py

Browse files
Files changed (1) hide show
  1. 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://dsbb0707-dockerb21.hf.space/api/predict/"
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):