Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from typing import List
|
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
# Load model from Hugging Face
|
8 |
-
MODEL_REPO = "noisebop/test_model
|
9 |
MODEL_FILENAME = "lightgbm_model.txt"
|
10 |
|
11 |
model_path = hf_hub_download(repo_id=MODEL_REPO, filename=MODEL_FILENAME)
|
|
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
# Load model from Hugging Face
|
8 |
+
MODEL_REPO = "noisebop/test_model"
|
9 |
MODEL_FILENAME = "lightgbm_model.txt"
|
10 |
|
11 |
model_path = hf_hub_download(repo_id=MODEL_REPO, filename=MODEL_FILENAME)
|