Spaces:
Running
on
Zero
Running
on
Zero
add file
Browse files
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 {
|