Spaces:
Running
Running
ZhangYuhan
commited on
Commit
•
a8e2ac2
1
Parent(s):
e6a05a5
update constants
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -12,7 +12,7 @@ SERVER_PORT = os.getenv("SERVER_PORT", 7860)
|
|
12 |
ROOT_PATH = os.getenv("ROOT_PATH", None)
|
13 |
ELO_RESULTS_DIR = os.getenv("ELO_RESULTS_DIR", "./arena_elo/results/latest")
|
14 |
|
15 |
-
LOG_SERVER = os.getenv("LOG_SERVER", "http://
|
16 |
LOG_SERVER_SUBDOAMIN = os.getenv("LOG_SERVER_SUBDIR", "3DGen-Arena-hf-logs")
|
17 |
LOG_SERVER_ADDR = os.getenv("LOG_SERVER_ADDR", f"{LOG_SERVER}/{LOG_SERVER_SUBDOAMIN}")
|
18 |
# LOG SERVER API ENDPOINTS
|
|
|
12 |
ROOT_PATH = os.getenv("ROOT_PATH", None)
|
13 |
ELO_RESULTS_DIR = os.getenv("ELO_RESULTS_DIR", "./arena_elo/results/latest")
|
14 |
|
15 |
+
LOG_SERVER = os.getenv("LOG_SERVER", "http://139.196.105.158")
|
16 |
LOG_SERVER_SUBDOAMIN = os.getenv("LOG_SERVER_SUBDIR", "3DGen-Arena-hf-logs")
|
17 |
LOG_SERVER_ADDR = os.getenv("LOG_SERVER_ADDR", f"{LOG_SERVER}/{LOG_SERVER_SUBDOAMIN}")
|
18 |
# LOG SERVER API ENDPOINTS
|