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