Bc-AI commited on
Commit
5e6960b
·
verified ·
1 Parent(s): 7f764e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -24,6 +24,9 @@ app = FastAPI(title="SAM-Z-1 Distributed Cluster", version="4.0.0")
24
  WORKER_URLS = [
25
  "https://bc-ai-worker-2.hf.space",
26
  "https://bc-ai-worker-sam-z-api.hf.space",
 
 
 
27
  ]
28
 
29
  HEALTH_CHECK_INTERVAL = 5 # faster checks for real-time dashboard
 
24
  WORKER_URLS = [
25
  "https://bc-ai-worker-2.hf.space",
26
  "https://bc-ai-worker-sam-z-api.hf.space",
27
+ "https://bc-ai-worker-3.hf.space",
28
+ "https://bc-ai-worker-4.hf.space",
29
+ "https://bc-ai-worker-5.hf.space"
30
  ]
31
 
32
  HEALTH_CHECK_INTERVAL = 5 # faster checks for real-time dashboard