Shubhvedi commited on
Commit
4f936c3
1 Parent(s): a89d514

Update app.py

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