Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ def generate_image(
|
|
| 223 |
true_cfg_scale=guidance_scale, # Use true_cfg_scale for this model
|
| 224 |
).images[0]
|
| 225 |
|
| 226 |
-
return image, seed
|
| 227 |
|
| 228 |
# --- Examples and UI Layout ---
|
| 229 |
examples = [
|
|
|
|
| 223 |
true_cfg_scale=guidance_scale, # Use true_cfg_scale for this model
|
| 224 |
).images[0]
|
| 225 |
|
| 226 |
+
return image, "Seed used for generation: " + str(seed)
|
| 227 |
|
| 228 |
# --- Examples and UI Layout ---
|
| 229 |
examples = [
|