sl207 commited on
Commit
ba7f700
·
verified ·
1 Parent(s): c25e9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
- from fastai.learner import load_learner
 
3
 
4
  learn = load_learner('model.pkl')
5
  labels = ['Adidas Shoe', 'New Balance Shoe', 'Nike Show']
 
1
  import gradio as gr
2
+ from fastai.vision.all import *
3
+ import skimage
4
 
5
  learn = load_learner('model.pkl')
6
  labels = ['Adidas Shoe', 'New Balance Shoe', 'Nike Show']