excited
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'examples'
|
|
3 |
# Cell
|
4 |
from fastai.vision.all import *
|
5 |
import gradio as gr
|
6 |
-
|
7 |
|
8 |
# Cell
|
9 |
learn = load_learner('model.pkl')
|
|
|
3 |
# Cell
|
4 |
from fastai.vision.all import *
|
5 |
import gradio as gr
|
6 |
+
|
7 |
|
8 |
# Cell
|
9 |
learn = load_learner('model.pkl')
|