Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ from fastai.vision.all import *
|
|
| 5 |
|
| 6 |
|
| 7 |
repo_id = "pamunarr/intel-image-classification"
|
| 8 |
-
# repo_id = "joheras/intel-image-classification"
|
| 9 |
|
| 10 |
learner = from_pretrained_fastai(repo_id)
|
| 11 |
labels = learner.dls.vocab
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
repo_id = "pamunarr/intel-image-classification"
|
|
|
|
| 8 |
|
| 9 |
learner = from_pretrained_fastai(repo_id)
|
| 10 |
labels = learner.dls.vocab
|