Spaces:
Runtime error
Runtime error
Erik Lager
commited on
Commit
·
2204ac6
1
Parent(s):
07a2b58
second try
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ def classify_image(img):
|
|
13 |
return dict(zip(categories, map(float, probs)))
|
14 |
|
15 |
image = gr.inputs.Image(shape=(192,192))
|
|
|
16 |
label = gr.outputs.Label()
|
17 |
examples = ['dog.jpg']
|
18 |
|
|
|
13 |
return dict(zip(categories, map(float, probs)))
|
14 |
|
15 |
image = gr.inputs.Image(shape=(192,192))
|
16 |
+
|
17 |
label = gr.outputs.Label()
|
18 |
examples = ['dog.jpg']
|
19 |
|