Lawrence-cj commited on
Commit
284fff8
·
verified ·
1 Parent(s): 58e0bd4
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,10 +44,10 @@ def infer(prompt, model_size, seed=42, randomize_seed=False, width=1024, height=
44
  return img.images[0], seed
45
 
46
  examples = [
47
- ["a tiny astronaut hatching from an egg on the moon", "0.6B"],
48
- ["a cat holding a sign that says hello world", "1.6B"],
49
  ["an anime illustration of a wiener schnitzel", "0.6B"],
50
- ["a photorealistic landscape of mountains at sunset", "1.6B"],
51
  ]
52
 
53
  css="""
 
44
  return img.images[0], seed
45
 
46
  examples = [
47
+ ["a tiny astronaut hatching from an egg on the moon", "1.6B"],
48
+ ["🐶 Wearing 🕶 flying on the 🌈", "1.6B"],
49
  ["an anime illustration of a wiener schnitzel", "0.6B"],
50
+ ["a photorealistic landscape of mountains at sunset", "0.6B"],
51
  ]
52
 
53
  css="""