Spaces:
Runtime error
Runtime error
iammartian0
commited on
Commit
•
a934642
1
Parent(s):
e30e8fb
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from fastai.learner import load_learner
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
learn = load_learner('
|
6 |
|
7 |
categories = ('Cat','Dog','Lion','None','Tiger','Wolf')
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
learn = load_learner('model_cat_dog.pkl')
|
6 |
|
7 |
categories = ('Cat','Dog','Lion','None','Tiger','Wolf')
|
8 |
|