LuisCe commited on
Commit
9aede0c
·
verified ·
1 Parent(s): c0a7d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.learner import load_learner
3
  from PIL import Image
4
 
5
  # Load the learner
6
- learn_inf = load_learner("LuisCe/Practica03")
7
 
8
  # Define the prediction function
9
  def predict_image(img):
 
3
  from PIL import Image
4
 
5
  # Load the learner
6
+ learn_inf = load_learner("LuisCe/Practica03.pkl")
7
 
8
  # Define the prediction function
9
  def predict_image(img):