刘鑫 commited on
Commit
9ffb2fc
·
1 Parent(s): 7b190f3

update server url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ class RayServeVoxCPMClient:
51
 
52
  try:
53
  # Ray Serve API URL (can be overridden via env)
54
- self.RAY_SERVE_DEFAULT_URL = "https://d09181730-pytorch251-cuda124-u-5512-fi9jdi9p-8970.550c.cloud"
55
  self.api_url = self._resolve_server_url()
56
  logger.info(f"🔗 准备连接到Ray Serve API: {self.api_url}")
57
 
 
51
 
52
  try:
53
  # Ray Serve API URL (can be overridden via env)
54
+ self.RAY_SERVE_DEFAULT_URL = "https://d09181959-pytorch251-cuda124-u-5512-sj7yq0o5-8970.550c.cloud"
55
  self.api_url = self._resolve_server_url()
56
  logger.info(f"🔗 准备连接到Ray Serve API: {self.api_url}")
57