hello hugging face
Browse files
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 |
|