Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from fastai.vision.all import *
|
|
5 |
from huggingface_hub import login, from_pretrained_fastai
|
6 |
|
7 |
# Cargar el modelo
|
8 |
-
learn = from_pretrained_fastai("AlejandrOSM1/")
|
9 |
# Obtener etiquetas del modelo
|
10 |
labels = learn.dls.vocab
|
11 |
|
|
|
5 |
from huggingface_hub import login, from_pretrained_fastai
|
6 |
|
7 |
# Cargar el modelo
|
8 |
+
learn = from_pretrained_fastai("AlejandrOSM1/Clasificador_de_camiones_Definitivo_Resnet18")
|
9 |
# Obtener etiquetas del modelo
|
10 |
labels = learn.dls.vocab
|
11 |
|