Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ iface = gr.Interface(
|
|
| 18 |
fn=recognize_digit,
|
| 19 |
inputs=gr.Image(shape=(28,28), image_mode='L', invert_colors=True, source='canvas'),
|
| 20 |
outputs=gr.Label(num_top_classes=4),
|
|
|
|
| 21 |
live=True
|
| 22 |
)
|
| 23 |
|
|
|
|
| 18 |
fn=recognize_digit,
|
| 19 |
inputs=gr.Image(shape=(28,28), image_mode='L', invert_colors=True, source='canvas'),
|
| 20 |
outputs=gr.Label(num_top_classes=4),
|
| 21 |
+
title="Hand-Written Number Predictor",
|
| 22 |
live=True
|
| 23 |
)
|
| 24 |
|