Update app.py
Browse files
app.py
CHANGED
|
@@ -15,11 +15,8 @@ def predict(img):
|
|
| 15 |
iface = gr.Interface(predict, inputs = 'sketchpad',
|
| 16 |
outputs = 'text',
|
| 17 |
allow_flagging = 'never',
|
| 18 |
-
description = 'Project : Recognizing hardwritten digits '
|
| 19 |
-
|
| 20 |
-
description = 'of achieving excellent results.',
|
| 21 |
-
description = '-----------------------------------------------',
|
| 22 |
-
description = 'Draw a Single Digit Below... (Draw in the centre for best results)')
|
| 23 |
iface.launch(debug = "True", width = 500, height = 500)
|
| 24 |
|
| 25 |
|
|
|
|
| 15 |
iface = gr.Interface(predict, inputs = 'sketchpad',
|
| 16 |
outputs = 'text',
|
| 17 |
allow_flagging = 'never',
|
| 18 |
+
description = 'Project : Recognizing hardwritten digits : Draw a Single Digit Below... (Draw in the centre for best results)')
|
| 19 |
+
|
|
|
|
|
|
|
|
|
|
| 20 |
iface.launch(debug = "True", width = 500, height = 500)
|
| 21 |
|
| 22 |
|