Ashoka74 commited on
Commit
d59b17d
1 Parent(s): dd48c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def infer(
82
  negative_prompt=negative_prompt,
83
  device=device,
84
  )
85
- return images, preprocessed_image, seed
86
 
87
 
88
  # examples = [
 
82
  negative_prompt=negative_prompt,
83
  device=device,
84
  )
85
+ return images
86
 
87
 
88
  # examples = [