Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,7 @@ iface = gr.Interface(predict, inputs = 'sketchpad',
|
|
| 16 |
outputs = 'text',
|
| 17 |
allow_flagging = 'never',
|
| 18 |
description = 'Draw a Digit Below... (Draw in the centre for best results)')
|
| 19 |
-
iface.launch(debug = True, width = 500, height = 500)
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
outputs = 'text',
|
| 17 |
allow_flagging = 'never',
|
| 18 |
description = 'Draw a Digit Below... (Draw in the centre for best results)')
|
| 19 |
+
iface.launch(debug = "True", width = 500, height = 500)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|