Spaces:
Running
Running
Update disambiguation/disambiguate.py
Browse files
disambiguation/disambiguate.py
CHANGED
@@ -19,7 +19,7 @@ import streamlit as st
|
|
19 |
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
20 |
import os
|
21 |
BACKEND_URL = "https://SpatialWebAgent-dockerb22.hf.space/api/predict/"
|
22 |
-
API_TOKEN = os.getenv('
|
23 |
def call_backend(input_text):
|
24 |
try:
|
25 |
headers = {
|
|
|
19 |
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
20 |
import os
|
21 |
BACKEND_URL = "https://SpatialWebAgent-dockerb22.hf.space/api/predict/"
|
22 |
+
API_TOKEN = os.getenv('API_TOKEN3')
|
23 |
def call_backend(input_text):
|
24 |
try:
|
25 |
headers = {
|