imdebamrita commited on
Commit
0ec02ff
1 Parent(s): e679d3a

A blank line is removed to rebuild

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ def predict_image(img):
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
 
54
  iface.launch()
 
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
 
53
  iface.launch()