jaypinedabengco commited on
Commit
9ae32a6
1 Parent(s): 1215df2

Adjust Test

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. bear.jpeg +0 -0
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 = ['grizzly-bear.jpg', 'black-bear.jpg', 'teddy-bear.jpg']
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