Shubhvedi commited on
Commit
2841deb
1 Parent(s): 1e6a307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -16,8 +16,9 @@ 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)
23
 
 
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',
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