chenchaoyun commited on
Commit
8ad3020
·
1 Parent(s): ca12963
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -237,7 +237,7 @@ MODELS_DOWNLOAD_DIR = os.path.abspath(
237
  )
238
  # HuggingFace 仓库配置
239
  HUGGINGFACE_REPO_ID = os.environ.get(
240
- "HUGGINGFACE_REPO_ID", "cyberchawin/facescore"
241
  ).strip()
242
  HUGGINGFACE_REVISION = os.environ.get(
243
  "HUGGINGFACE_REVISION", "main"
 
237
  )
238
  # HuggingFace 仓库配置
239
  HUGGINGFACE_REPO_ID = os.environ.get(
240
+ "HUGGINGFACE_REPO_ID", "ethonmax/facescore"
241
  ).strip()
242
  HUGGINGFACE_REVISION = os.environ.get(
243
  "HUGGINGFACE_REVISION", "main"