Spaces:
Sleeping
Sleeping
updated username
Browse files
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="
|
| 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)
|