Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
| 33 |
generator = generator,
|
| 34 |
guidance_scale=0.0
|
| 35 |
).images[0]
|
| 36 |
-
return image, seed
|
| 37 |
|
| 38 |
examples = [
|
| 39 |
"a tiny astronaut hatching from an egg on the moon",
|
|
|
|
| 33 |
generator = generator,
|
| 34 |
guidance_scale=0.0
|
| 35 |
).images[0]
|
| 36 |
+
return image, "Seed used for generation: " + str(seed)
|
| 37 |
|
| 38 |
examples = [
|
| 39 |
"a tiny astronaut hatching from an egg on the moon",
|