c00cjz00 commited on
Commit
44edbbc
·
1 Parent(s): 05abc51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,11 +19,10 @@ article = "<p style='text-align: center'><a href='https://tmabraham.github.io/bl
19
  interpretation = 'default'
20
  enable_queue = True
21
 
22
-
23
  # %% app.ipynb 5
24
  image = gr.inputs.Image(shape=(224,224))
25
  label = gr.outputs.Label(num_top_classes=3)
26
- examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
27
 
28
  # %% app.ipynb 6
29
  intf = gr.Interface(fn=predict, inputs=image, outputs=label, title=title,
 
19
  interpretation = 'default'
20
  enable_queue = True
21
 
 
22
  # %% app.ipynb 5
23
  image = gr.inputs.Image(shape=(224,224))
24
  label = gr.outputs.Label(num_top_classes=3)
25
+ examples = ['british.jpg', 'newfoundland.jpg', 'shiba.jpg']
26
 
27
  # %% app.ipynb 6
28
  intf = gr.Interface(fn=predict, inputs=image, outputs=label, title=title,