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

change app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
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):
 
1
  import gradio as gr
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):