BoooomNing commited on
Commit
8735204
·
verified ·
1 Parent(s): 7a343d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/SAKS-backend", hf_token=HF_TOKEN)
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,