Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ backend_status = {
|
|
26 |
def check_backend_connection():
|
27 |
"""Check connection to SAKS backend"""
|
28 |
try:
|
29 |
-
test_client = Client("SnapwearAI/
|
30 |
backend_status.update({
|
31 |
"client": test_client,
|
32 |
"connected": True,
|
|
|
26 |
def check_backend_connection():
|
27 |
"""Check connection to SAKS backend"""
|
28 |
try:
|
29 |
+
test_client = Client("SnapwearAI/Saks-backend-new", hf_token=HF_TOKEN)
|
30 |
backend_status.update({
|
31 |
"client": test_client,
|
32 |
"connected": True,
|