Azure99 commited on
Commit
8cfcdad
·
verified ·
1 Parent(s): 1b974c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()