SpringyBon commited on
Commit
1123079
·
verified ·
1 Parent(s): d659d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import hf_hub_download
11
  HF_TOKEN = os.environ.get("HF_TOKEN")
12
 
13
  # Override with a secret if you want; defaults shown here:
14
- HF_MODEL_ID = os.environ.get("HF_MODEL_ID", "SpringyBon/entrepreneur-readiness-synthetic")
15
 
16
  def _dl(name: str) -> str:
17
  return hf_hub_download(repo_id=HF_MODEL_ID, filename=name, repo_type="model", token=HF_TOKEN)
 
11
  HF_TOKEN = os.environ.get("HF_TOKEN")
12
 
13
  # Override with a secret if you want; defaults shown here:
14
+ HF_MODEL_ID = os.environ.get("HF_MODEL_ID", "SpringyBon/entrepreneur-readiness-regressor")
15
 
16
  def _dl(name: str) -> str:
17
  return hf_hub_download(repo_id=HF_MODEL_ID, filename=name, repo_type="model", token=HF_TOKEN)