Spaces:
Runtime error
Runtime error
Parker Moesta commited on
Commit ·
d3f7ee1
1
Parent(s): b98ef3d
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from fastai.vision.all import *
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
#|export
|
| 5 |
-
learn = load_learner('
|
| 6 |
|
| 7 |
#|export
|
| 8 |
categories = learn.dls.vocab
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
#|export
|
| 5 |
+
learn = load_learner('export.pkl')
|
| 6 |
|
| 7 |
#|export
|
| 8 |
categories = learn.dls.vocab
|