Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ class SegmentationAlbumentationsTransform(ItemTransform):
|
|
| 44 |
|
| 45 |
# --- CARGAR MODELO ---
|
| 46 |
|
| 47 |
-
model_path = hf_hub_download(repo_id="PablitoGil14/AP-Practica3", filename="
|
| 48 |
learn = load_learner(model_path)
|
| 49 |
|
| 50 |
# --- FUNCIÓN DE PREDICCIÓN ---
|
|
|
|
| 44 |
|
| 45 |
# --- CARGAR MODELO ---
|
| 46 |
|
| 47 |
+
model_path = hf_hub_download(repo_id="PablitoGil14/AP-Practica3", filename="export.pkl")
|
| 48 |
learn = load_learner(model_path)
|
| 49 |
|
| 50 |
# --- FUNCIÓN DE PREDICCIÓN ---
|