Spaces:
Build error
Build error
ADD: Add top 5
Browse files
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=
|
| 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 |
|