utkmst commited on
Commit
65cb23e
·
verified ·
1 Parent(s): babd704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.all import *
4
  import gradio as gr
5
 
6
  # Load the trained model
7
- learn = load_learner('human_race_model.pkl')
8
 
9
  # Define the categories based on your model's output
10
  categories = learn.dls.vocab
 
4
  import gradio as gr
5
 
6
  # Load the trained model
7
+ learn = load_learner('second_model.pkl')
8
 
9
  # Define the categories based on your model's output
10
  categories = learn.dls.vocab