PablitoGil14 commited on
Commit
b1301f8
·
verified ·
1 Parent(s): d7433b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="model.pkl")
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 ---