Bc-AI commited on
Commit
9a6d93f
·
verified ·
1 Parent(s): cdc0a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -15,19 +15,15 @@ from typing import List, Optional, Dict
15
  from collections import deque
16
  import random
17
 
18
- app = FastAPI(title="SAM-Z-1 Distributed Cluster", version="4.0.0")
19
 
20
  # ============================================================================
21
  # Configuration
22
  # ============================================================================
23
 
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
  "https://bc-ai-worker-sam-z-api-2.hf.space"
 
31
  ]
32
 
33
  HEALTH_CHECK_INTERVAL = 5 # faster checks for real-time dashboard
 
15
  from collections import deque
16
  import random
17
 
18
+ app = FastAPI(title="SAM-x-1 Distributed Cluster", version="4.0.0")
19
 
20
  # ============================================================================
21
  # Configuration
22
  # ============================================================================
23
 
24
  WORKER_URLS = [
 
 
 
 
 
25
  "https://bc-ai-worker-sam-z-api-2.hf.space"
26
+
27
  ]
28
 
29
  HEALTH_CHECK_INTERVAL = 5 # faster checks for real-time dashboard