Vishalpainjane commited on
Commit
a8619e3
·
verified ·
1 Parent(s): 1654699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ iface = gr.Interface(
18
  fn=recognize_digit,
19
  inputs=gr.Image(shape=(28,28), image_mode='L', invert_colors=True, source='canvas'),
20
  outputs=gr.Label(num_top_classes=4),
 
21
  live=True
22
  )
23
 
 
18
  fn=recognize_digit,
19
  inputs=gr.Image(shape=(28,28), image_mode='L', invert_colors=True, source='canvas'),
20
  outputs=gr.Label(num_top_classes=4),
21
+ title="Hand-Written Number Predictor",
22
  live=True
23
  )
24