imdebamrita commited on
Commit
82015fd
1 Parent(s): cc85d5c

Just to run rebuild

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def predict_image(img):
47
  pred = np.argmax(prediction)
48
 
49
  return pred.item()
 
50
 
51
  iface = gr.Interface(predict_image, inputs='sketchpad', outputs='label', title='Digit Recognition Model By Debamrita Paul', description='Draw a single digit(0 to 9)', __gradio_theme='dark')
52
 
 
47
  pred = np.argmax(prediction)
48
 
49
  return pred.item()
50
+
51
 
52
  iface = gr.Interface(predict_image, inputs='sketchpad', outputs='label', title='Digit Recognition Model By Debamrita Paul', description='Draw a single digit(0 to 9)', __gradio_theme='dark')
53