Shubhvedi commited on
Commit
a89d514
·
1 Parent(s): dfbedc2

Update app.py

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