Update app.py
Browse files
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
|
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 |
|