stanimirovb commited on
Commit
bf726bf
·
verified ·
1 Parent(s): 214724d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def on_submit(img):
11
  iface = gr.Interface(
12
  title = "LeNet",
13
  fn = on_submit,
14
- inputs=gr.Sketchpad(scale=1, image_mode='P'),
15
  outputs=gr.Label(),
16
  )
17
  iface.launch()
 
11
  iface = gr.Interface(
12
  title = "LeNet",
13
  fn = on_submit,
14
+ inputs=gr.Sketchpad(width=280, height=280, image_mode='P'),
15
  outputs=gr.Label(),
16
  )
17
  iface.launch()