blanchon commited on
Commit
313417c
·
1 Parent(s): 6e81bdd

Disable auto crop

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ with gr.Blocks(css=css) as demo:
366
  sources=["upload"],
367
  image_mode="RGBA",
368
  layers=False,
369
- crop_size="1:1",
370
  brush=gr.Brush(colors=["#FFFFFF"], color_mode="fixed"),
371
  height=500,
372
  )
 
366
  sources=["upload"],
367
  image_mode="RGBA",
368
  layers=False,
369
+ # crop_size="1:1",
370
  brush=gr.Brush(colors=["#FFFFFF"], color_mode="fixed"),
371
  height=500,
372
  )