LTT commited on
Commit
427a612
·
verified ·
1 Parent(s): 5e8c4b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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",