luciouw commited on
Commit
3a9ecfc
·
1 Parent(s): 90a2a03

hello hugging face

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ __all__=['learn','categories','classify_image','image','label','examples','iface
3
  import gradio as gr
4
  from fastai import *
5
  #load_learner is in here
 
6
  from fastai.vision.all import *
7
  learn=load_learner('export.pkl')
8
 
 
3
  import gradio as gr
4
  from fastai import *
5
  #load_learner is in here
6
+ #widget suppressed
7
  from fastai.vision.all import *
8
  learn=load_learner('export.pkl')
9