Shubhvedi commited on
Commit
01b2211
1 Parent(s): 6816eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
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
 
 
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 middle for Better results)')
19
 
20
  iface.launch(debug = "True", width = 500, height = 500)
21