Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def infer(prompt, seed=42, randomize_seed=True, width=768, height=768, guidance_
|
|
43 |
output_type="pil",
|
44 |
good_vae=good_vae,
|
45 |
):
|
46 |
-
yield img, "Seed used for generation: " + seed
|
47 |
|
48 |
examples = [
|
49 |
"a tiny astronaut hatching from an egg on mars",
|
|
|
43 |
output_type="pil",
|
44 |
good_vae=good_vae,
|
45 |
):
|
46 |
+
yield img, "Seed used for generation: " + str(seed)
|
47 |
|
48 |
examples = [
|
49 |
"a tiny astronaut hatching from an egg on mars",
|