Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def classify_image(img):
|
|
15 |
return dict(zip(categories,map(float,probs)))
|
16 |
|
17 |
|
18 |
-
|
19 |
|
20 |
image = gr.inputs.Image(shape=(192,192))
|
21 |
label= gr.outputs.Label()
|
|
|
15 |
return dict(zip(categories,map(float,probs)))
|
16 |
|
17 |
|
18 |
+
|
19 |
|
20 |
image = gr.inputs.Image(shape=(192,192))
|
21 |
label= gr.outputs.Label()
|