Dinoking commited on
Commit
8f8f675
1 Parent(s): 0b32c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2)
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