epochs-demos commited on
Commit
9aafac4
β€’
1 Parent(s): 737084a

Update app.py

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