Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from fastai.vision.all import *
|
|
| 3 |
from huggingface_hub import from_pretrained_fastai
|
| 4 |
|
| 5 |
|
| 6 |
-
learn = from_pretrained_fastai("Laiaromeu/
|
| 7 |
labels = learn.dls.vocab
|
| 8 |
|
| 9 |
|
|
|
|
| 3 |
from huggingface_hub import from_pretrained_fastai
|
| 4 |
|
| 5 |
|
| 6 |
+
learn = from_pretrained_fastai("Laiaromeu/totallyspies_classifier")
|
| 7 |
labels = learn.dls.vocab
|
| 8 |
|
| 9 |
|