Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def predict_image(img):
|
|
22 |
|
23 |
|
24 |
image = gr.inputs.Image(shape=(224, 224))
|
25 |
-
label = gr.outputs.Label(num_top_classes=
|
26 |
article="<p style='text-align: center'>Made by Aditya Narendra with 🖤</p>"
|
27 |
|
28 |
|
|
|
22 |
|
23 |
|
24 |
image = gr.inputs.Image(shape=(224, 224))
|
25 |
+
label = gr.outputs.Label(num_top_classes=3)
|
26 |
article="<p style='text-align: center'>Made by Aditya Narendra with 🖤</p>"
|
27 |
|
28 |
|