meeww commited on
Commit
5869f62
·
1 Parent(s): 5bbe987

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def crop():
43
  imgcrop.save(str(i)+".png")
44
  fav = img.crop((10,10,18,18))
45
  fav.save("icon.png")
46
- init("100")
47
 
48
 
49
 
 
43
  imgcrop.save(str(i)+".png")
44
  fav = img.crop((10,10,18,18))
45
  fav.save("icon.png")
46
+ init(100)
47
 
48
 
49