Ammar971 commited on
Commit
a28baa8
·
1 Parent(s): fc8666d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict_image(img):
37
 
38
  iface = gr.Interface(
39
  fn= predict_image,
40
- inputs= gr.Image(height=28, width=28, image_mode='L', sources='clipboard'),
41
  outputs='label'
42
 
43
  )
 
37
 
38
  iface = gr.Interface(
39
  fn= predict_image,
40
+ inputs= gr.Image(height=28, width=28, image_mode='L', sources='upload'),
41
  outputs='label'
42
 
43
  )