Spaces:
Sleeping
Sleeping
Chong-U Lim
commited on
Commit
·
8895221
1
Parent(s):
970a523
Update 3
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def classify_image(img):
|
|
14 |
return dict(zip(categories, map(float, probs)))
|
15 |
|
16 |
image = gr.components.Image(height=192, width=192)
|
17 |
-
label = gr.components.
|
18 |
|
19 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
20 |
|
|
|
14 |
return dict(zip(categories, map(float, probs)))
|
15 |
|
16 |
image = gr.components.Image(height=192, width=192)
|
17 |
+
label = gr.components.Label()
|
18 |
|
19 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
20 |
|