noisebop commited on
Commit
31192c4
·
verified ·
1 Parent(s): 53448b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)