Update app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ 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(
|
|
|
|
| 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)
|