lugiiing commited on
Commit
e98b9c4
·
1 Parent(s): 7c1e309

change app

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,9 +1,8 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
- import skimage
4
 
5
  path = Path()
6
- learn = load_learner('export.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):
 
1
  import gradio as gr
2
  from fastai.vision.all import *
 
3
 
4
  path = Path()
5
+ learn = load_learner('C:\Users\변규리\Desktop\classifier_test\instruments_classifier\export.pkl')
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):