mkrzyzan commited on
Commit
83b5c4e
β€’
1 Parent(s): bb603f3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict(mask_img):
31
 
32
  demo = gr.Interface(
33
  fn=predict,
34
- inputs=gr.Image(tool = 'sketch', type='pil', height=256, width=256),
35
  outputs=gr.Image()
36
  )
37
 
 
31
 
32
  demo = gr.Interface(
33
  fn=predict,
34
+ inputs=gr.Image(tool = 'sketch', type='pil'),
35
  outputs=gr.Image()
36
  )
37