Spaces:
Running
Running
Update 1_SpatialParse.py
Browse files- 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://
|
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 = {
|