Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,7 +205,7 @@ def infer(use_custom_model, model_name, weight_name, custom_lora_weight, image_i
|
|
| 205 |
images[0].save(f"result.png")
|
| 206 |
|
| 207 |
#return f"result.png", seed
|
| 208 |
-
return [image
|
| 209 |
|
| 210 |
css="""
|
| 211 |
#col-container{
|
|
|
|
| 205 |
images[0].save(f"result.png")
|
| 206 |
|
| 207 |
#return f"result.png", seed
|
| 208 |
+
return [image, images[0]], seed
|
| 209 |
|
| 210 |
css="""
|
| 211 |
#col-container{
|