Staticaliza commited on
Commit
63ddf6d
·
verified ·
1 Parent(s): f97103a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, model=D
84
  "output_type":"pil",
85
  }
86
 
87
- images = model(**parameters).images
88
  image_paths = [save_image(img, seed) for img in images]
89
  print(image_paths)
90
  return image_paths
 
84
  "output_type":"pil",
85
  }
86
 
87
+ images = repo(**parameters).images
88
  image_paths = [save_image(img, seed) for img in images]
89
  print(image_paths)
90
  return image_paths