Update app.py
Browse files
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-
|
| 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)
|