tchauffi commited on
Commit
10adfee
·
1 Parent(s): ca5dc4d

ADD: Add top 5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def classify_image(inp):
39
 
40
 
41
  inputs = gr.Sketchpad(label="Draw a number", crop_size=(28, 28), type="pil")
42
- outputs = gr.Label(num_top_classes=3)
43
 
44
  title = "MNIST"
45
 
 
39
 
40
 
41
  inputs = gr.Sketchpad(label="Draw a number", crop_size=(28, 28), type="pil")
42
+ outputs = gr.Label(num_top_classes=5)
43
 
44
  title = "MNIST"
45