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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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
- 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
 
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