Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meeww
/
Minecraft_Skin_Generator
like
16
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
meeww
commited on
Jun 8, 2022
Commit
ae8be33
·
1 Parent(s):
40f37b3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -38,9 +38,7 @@ def crop():
38
39
40
imgcrop.save("results64/"+str(i)+".png")
41
-
42
-
// fav = img.crop((10,10,18,18))
43
-
// fav.save("icon.png")
44
crop()
45
46
38
39
40
imgcrop.save("results64/"+str(i)+".png")
41
+
42
crop()
43
44