Raushan-123 commited on
Commit
808fd97
·
verified ·
1 Parent(s): 60ec338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -12,7 +12,7 @@ import torch
12
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
13
 
14
  DESCRIPTION = """
15
- # DALL•E 3 XL v2
16
  """
17
 
18
  def save_image(img):
@@ -87,12 +87,13 @@ def generate(
87
  return image_paths, seed
88
 
89
  examples = [
90
- "neon holography crystal cat",
91
- "a cat eating a piece of cheese",
92
  "an astronaut riding a horse in space",
93
  "a cartoon of a boy playing with a tiger",
94
- "a cute robot artist painting on an easel, concept art",
95
- "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
 
 
96
  ]
97
 
98
  css = '''
 
12
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
13
 
14
  DESCRIPTION = """
15
+ # Image Generator
16
  """
17
 
18
  def save_image(img):
 
87
  return image_paths, seed
88
 
89
  examples = [
90
+ "Newton and Einstein sitting together and thinking about gravity and space",
 
91
  "an astronaut riding a horse in space",
92
  "a cartoon of a boy playing with a tiger",
93
+ "neon holography crystal cat",
94
+ "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone",
95
+ "a cute robot artist painting on an easel,concept art",
96
+ "a cat eating a piece of cheese",
97
  ]
98
 
99
  css = '''