Ashoka74 commited on
Commit
d73f7ac
·
verified ·
1 Parent(s): 54e8f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def infer(
65
  negative_prompt=negative_prompt,
66
  device=device,
67
  )
68
- return images
69
 
70
 
71
  # examples = [
 
65
  negative_prompt=negative_prompt,
66
  device=device,
67
  )
68
+ return images, preprocessed_image
69
 
70
 
71
  # examples = [