belsandre commited on
Commit
c34e7e4
1 Parent(s): 6e4910a

add model.pkl

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