principle commited on
Commit
00eec54
·
1 Parent(s): 223d5ce

updated username

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
3
  from huggingface_hub import hf_hub_download
4
 
5
  # Download the model from Hugging Face
6
- model_path = hf_hub_download(repo_id="your-username/bears-classifier-model", filename="bears_modle.pkl")
7
 
8
  # Load the model
9
  learn = load_learner(model_path)
 
3
  from huggingface_hub import hf_hub_download
4
 
5
  # Download the model from Hugging Face
6
+ model_path = hf_hub_download(repo_id="principle/bears-classifier-model", filename="bears_modle.pkl")
7
 
8
  # Load the model
9
  learn = load_learner(model_path)