Akjava commited on
Commit
65f33a1
·
1 Parent(s): 4e1ad72
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def example_out(image,image_mask,prompt,strength,example_id):
49
  #base,ext = os.path.splitext(file)
50
  #key = base.split("_")[0]
51
 
52
- return f"images/{example_id}.jpg"
53
 
54
  css="""
55
  #col-left {
 
49
  #base,ext = os.path.splitext(file)
50
  #key = base.split("_")[0]
51
 
52
+ return Image.open(f"images/{example_id}.jpg")
53
 
54
  css="""
55
  #col-left {