Freak-ppa commited on
Commit
7bedcd0
·
verified ·
1 Parent(s): 04a422a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_image(prompt, image):
62
  previous_image = get_latest_image(OUTPUT_DIR)
63
 
64
  image = Image.fromarray(image)
65
- image.save(OUTPUT_DIR+'/input.png', format='PNG')
66
 
67
 
68
  # Запускаем скрипт как подпроцесс
 
62
  previous_image = get_latest_image(OUTPUT_DIR)
63
 
64
  image = Image.fromarray(image)
65
+ image.save(INPUT_DIR+'/input.png', format='PNG')
66
 
67
 
68
  # Запускаем скрипт как подпроцесс