Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -464,7 +464,7 @@ def generate(
|
|
| 464 |
os.makedirs("/tmp", exist_ok=True)
|
| 465 |
final_img.save(tmp_path)
|
| 466 |
|
| 467 |
-
return gallery_images, str(new_seed), int(new_seed)
|
| 468 |
|
| 469 |
|
| 470 |
init_app()
|
|
|
|
| 464 |
os.makedirs("/tmp", exist_ok=True)
|
| 465 |
final_img.save(tmp_path)
|
| 466 |
|
| 467 |
+
return gallery_images, str(new_seed), int(new_seed), tmp_path
|
| 468 |
|
| 469 |
|
| 470 |
init_app()
|