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

Update 1_SpatialParse.py

Browse files
Files changed (1) hide show
  1. 1_SpatialParse.py +1 -1
1_SpatialParse.py CHANGED
@@ -21,7 +21,7 @@ print("Pydantic version:", pydantic.__version__)
21
 
22
  API_TOKEN = os.getenv('API_TOKEN1')
23
 
24
- BACKEND_URL = "https://dsbb0707-dockerb2.hf.space/api/predict/"
25
  def call_backend(input_text):
26
  try:
27
  headers = {
 
21
 
22
  API_TOKEN = os.getenv('API_TOKEN1')
23
 
24
+ BACKEND_URL = "https://SpatialWebAgent-dockerb2.hf.space/api/predict/"
25
  def call_backend(input_text):
26
  try:
27
  headers = {