lugiiing commited on
Commit
6543bbe
1 Parent(s): f0ef600

change app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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
 
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