Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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 |
|