Spaces:
Running
Running
utkmst
commited on
Commit
·
8ff4c3a
1
Parent(s):
9dc1be5
Update model reference to use second_model.pkl
Browse files- app.py +1 -1
- second_model.pkl +3 -0
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('
|
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
|
second_model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4bdaee1854dfff62ebc474073a5647ae3c5a986bc8f20bfdcc50efa44b2c560
|
3 |
+
size 87640086
|