BrunImage commited on
Commit
0650926
·
verified ·
1 Parent(s): 3bb5ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from pathlib import Path
5
 
6
  # Load the model
7
 
8
- learn = load_learner('aves_especies_150_max_cada.pkl')
9
 
10
 
11
  # Define the prediction function
 
5
 
6
  # Load the model
7
 
8
+ learn = load_learner('aves_especies_150_max_cada_linux.pkl')
9
 
10
 
11
  # Define the prediction function