Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def display_image(file_name):
|
|
| 45 |
image_filename = file_name + '0' + '.png'
|
| 46 |
print(image_filename)
|
| 47 |
image = imageio.imread(image_filename)
|
| 48 |
-
imageio.imwrite(
|
| 49 |
|
| 50 |
|
| 51 |
def path(action, body, hair, top, bottom):
|
|
|
|
| 45 |
image_filename = file_name + '0' + '.png'
|
| 46 |
print(image_filename)
|
| 47 |
image = imageio.imread(image_filename)
|
| 48 |
+
imageio.imwrite('image.png', image)
|
| 49 |
|
| 50 |
|
| 51 |
def path(action, body, hair, top, bottom):
|