Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def classify_image(img):
|
|
22 |
return dict(zip(categories, map(float, probs)))
|
23 |
|
24 |
|
25 |
-
image = gr.Image(
|
26 |
label = gr.Label()
|
27 |
examples = ['dog.jpg', 'dunno.jpg']
|
28 |
|
|
|
22 |
return dict(zip(categories, map(float, probs)))
|
23 |
|
24 |
|
25 |
+
image = gr.Image(height = 192, width=192)
|
26 |
label = gr.Label()
|
27 |
examples = ['dog.jpg', 'dunno.jpg']
|
28 |
|