RamAnanth1 commited on
Commit
268a0a9
·
1 Parent(s): 82cafbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def infer(prompt):
27
  )
28
  images_edited = out_edit.images[0]
29
 
30
- return [images, images_edited]
31
 
32
 
33
  css = """
 
27
  )
28
  images_edited = out_edit.images[0]
29
 
30
+ return [(images, 'Stable Diffusion'), (images_edited, 'Fair Diffusion')]
31
 
32
 
33
  css = """