jdelgado2002
commited on
Commit
•
0bda39c
1
Parent(s):
c10710a
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
|
|
3 |
|
4 |
learn = load_learner('model.pkl')
|
5 |
labels = learn.dls.vocab
|
|
|
1 |
import gradio as gr
|
2 |
+
from fastai.vision.all import *
|
3 |
+
import skimage
|
4 |
|
5 |
learn = load_learner('model.pkl')
|
6 |
labels = learn.dls.vocab
|