lidavidsh commited on
Commit
58cec8d
·
1 Parent(s): b979989

update service ip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ from depth_anything_3.specs import Prediction
41
  # -------------------------------------------------------------------------
42
  # Remote Backend Host (must be set)
43
  # -------------------------------------------------------------------------
44
- DA3_HOST = os.getenv("DA3_HOST", "134.199.133.155:80") # Expected format: "ip:port"
45
 
46
 
47
  # -------------------------------------------------------------------------
 
41
  # -------------------------------------------------------------------------
42
  # Remote Backend Host (must be set)
43
  # -------------------------------------------------------------------------
44
+ DA3_HOST = os.getenv("DA3_HOST", "129.212.240.137:80") # Expected format: "ip:port"
45
 
46
 
47
  # -------------------------------------------------------------------------