Shubhvedi commited on
Commit
1e6a307
1 Parent(s): ccf41f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Now some questions come to mind'
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)