Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ sample_images = get_sample_images(10)
|
|
| 131 |
|
| 132 |
### configure inputs/outputs
|
| 133 |
set_image = gr.Image(width=28, height=28, image_mode='L')
|
| 134 |
-
set_K = gr.Slider(1, 24, step=1, value=
|
| 135 |
|
| 136 |
set_label = gr.Textbox(label="Predicted Digit")
|
| 137 |
|
|
|
|
| 131 |
|
| 132 |
### configure inputs/outputs
|
| 133 |
set_image = gr.Image(width=28, height=28, image_mode='L')
|
| 134 |
+
set_K = gr.Slider(1, 24, step=1, value=7)
|
| 135 |
|
| 136 |
set_label = gr.Textbox(label="Predicted Digit")
|
| 137 |
|