Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(predict, inputs = 'sketchpad',
|
|
16 |
outputs = 'text',
|
17 |
allow_flagging = 'never',
|
18 |
description = 'Project : Recognizing hardwritten digits '
|
19 |
-
description = 'In this project we will discover the MNIST handwritten digit recognition problem and we will develop a deep learning model in Python using the Keras library that will be capable of achieving excellent results.
|
20 |
description = '-----------------------------------------------'
|
21 |
description = 'Draw a Single Digit Below... (Draw in the centre for best results)')
|
22 |
iface.launch(debug = "True", width = 500, height = 500)
|
|
|
16 |
outputs = 'text',
|
17 |
allow_flagging = 'never',
|
18 |
description = 'Project : Recognizing hardwritten digits '
|
19 |
+
description = 'In this project we will discover the MNIST handwritten digit recognition problem and we will develop a deep learning model in Python using the Keras library that will be capable of achieving excellent results.'
|
20 |
description = '-----------------------------------------------'
|
21 |
description = 'Draw a Single Digit Below... (Draw in the centre for best results)')
|
22 |
iface.launch(debug = "True", width = 500, height = 500)
|