Spaces:
Running
Running
Update background_task/generation_tasks.py
Browse files
background_task/generation_tasks.py
CHANGED
|
@@ -113,6 +113,7 @@ def background_image_gen(
|
|
| 113 |
False,
|
| 114 |
[],
|
| 115 |
blur,
|
|
|
|
| 116 |
)
|
| 117 |
|
| 118 |
progress_cb(job_id, 100, f"Generated {len(images)} images.")
|
|
|
|
| 113 |
False,
|
| 114 |
[],
|
| 115 |
blur,
|
| 116 |
+
created_by or "anonymous",
|
| 117 |
)
|
| 118 |
|
| 119 |
progress_cb(job_id, 100, f"Generated {len(images)} images.")
|