Spaces:
Sleeping
Sleeping
sergheevadrian
commited on
Commit
•
310cf35
1
Parent(s):
21fe2fe
wip
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'examples'
|
|
3 |
|
4 |
from fastai.vision.all import *
|
5 |
import gradio as gr
|
6 |
-
import timm
|
7 |
|
8 |
learn = load_learner('model.pkl')
|
9 |
|
|
|
3 |
|
4 |
from fastai.vision.all import *
|
5 |
import gradio as gr
|
|
|
6 |
|
7 |
learn = load_learner('model.pkl')
|
8 |
|