Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,9 @@ def infer(prompt, seed=42, randomize_seed=False, width=2048, height=1024, guidan
|
|
37 |
output_type="pil",
|
38 |
good_vae=good_vae,
|
39 |
):
|
40 |
-
yield img, seed
|
41 |
-
|
|
|
42 |
examples = [
|
43 |
"a tiny astronaut hatching from an egg on the moon",
|
44 |
"a cat holding a sign that says hello world",
|
|
|
37 |
output_type="pil",
|
38 |
good_vae=good_vae,
|
39 |
):
|
40 |
+
# yield img, seed
|
41 |
+
pass
|
42 |
+
return img, seed
|
43 |
examples = [
|
44 |
"a tiny astronaut hatching from an egg on the moon",
|
45 |
"a cat holding a sign that says hello world",
|