lugiiing commited on
Commit
7f25940
1 Parent(s): 721560c

change app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  path = Path()
4
  learn = load_learner('export.pkl')
 
1
  import gradio as gr
2
+ from fastai.vision.all import *
3
 
4
  path = Path()
5
  learn = load_learner('export.pkl')