Spaces:
Runtime error
Runtime error
jaypinedabengco
commited on
Commit
•
9ae32a6
1
Parent(s):
1215df2
Adjust Test
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.widgets import *
|
|
4 |
# return "Hello " + name + "!!"
|
5 |
image = gr.inputs.Image(shape=(192, 192))
|
6 |
label = gr.outputs.Label()
|
7 |
-
examples = ['
|
8 |
|
9 |
path = Path()
|
10 |
learn = load_learner(path/'model.pkl')
|
|
|
4 |
# return "Hello " + name + "!!"
|
5 |
image = gr.inputs.Image(shape=(192, 192))
|
6 |
label = gr.outputs.Label()
|
7 |
+
examples = ['bear.jpeg']
|
8 |
|
9 |
path = Path()
|
10 |
learn = load_learner(path/'model.pkl')
|
bear.jpeg
ADDED