Spaces:
Sleeping
Sleeping
Upload user_dress.py
Browse files- user_dress.py +2 -2
user_dress.py
CHANGED
@@ -74,8 +74,8 @@ def user_dress_kolor(user_pic, cloth_gen, index):
|
|
74 |
|
75 |
def user_cloths(user_pic, cloth_gen):
|
76 |
user_cloth = []
|
77 |
-
for i in range(1, 4):
|
78 |
-
|
79 |
# for i in range(4, 7):
|
80 |
# user_dress_kolor(user_pic, cloth_gen, i)
|
81 |
# user_cloth.append(os.path.join(save_directory, f"kolor/kolor_{i}.png"))
|
|
|
74 |
|
75 |
def user_cloths(user_pic, cloth_gen):
|
76 |
user_cloth = []
|
77 |
+
# for i in range(1, 4):
|
78 |
+
# user_cloth.append(user_dress_cat(user_pic, cloth_gen, i))
|
79 |
# for i in range(4, 7):
|
80 |
# user_dress_kolor(user_pic, cloth_gen, i)
|
81 |
# user_cloth.append(os.path.join(save_directory, f"kolor/kolor_{i}.png"))
|