Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(level
|
|
18 |
logger = logging.getLogger(__name__)
|
19 |
|
20 |
# --- Constants ---
|
21 |
-
CREATOR_ENDPOINTS_JSON_URL = "
|
22 |
BASE_HF_URL = "https://huggingface.co/spaces/"
|
23 |
CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
|
24 |
SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"
|
|
|
18 |
logger = logging.getLogger(__name__)
|
19 |
|
20 |
# --- Constants ---
|
21 |
+
CREATOR_ENDPOINTS_JSON_URL = "https://huggingface.co/spaces/Agents-MCP-Hackathon/KeyLock-Auth-System/raw/main/endpoints.json"
|
22 |
BASE_HF_URL = "https://huggingface.co/spaces/"
|
23 |
CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
|
24 |
SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"
|