lugiiing commited on
Commit
2fbd9ac
1 Parent(s): e98b9c4

change app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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):
 
2
  from fastai.vision.all import *
3
 
4
  path = Path()
5
+ learn = load_learner('../export.pkl')
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):