ldkong commited on
Commit
03888cd
β€’
1 Parent(s): c604939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(image, 'image.png')
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):