Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = ['
|
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,
|