Add app file
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import fastai.vision.all import *
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
learn = load_learner('model.pkl')
|
6 |
|
7 |
#categories = ('wet','tawny','horned')
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
#learn = load_learner('model.pkl')
|
6 |
|
7 |
#categories = ('wet','tawny','horned')
|
8 |
|