LDY commited on
Commit
520c3ff
1 Parent(s): d977d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -8
app.py CHANGED
@@ -104,7 +104,7 @@ with demo:
104
  )
105
  run_button = gradio.Button(value='Generate Image').style(full_width=True)
106
  output_image = gradio.Image(
107
- value='examples/dog.png',
108
  label='Output Image',
109
  type='file',
110
  interactive=False
@@ -161,13 +161,18 @@ with demo:
161
 
162
  gradio.Examples(
163
  examples=[
164
- ['A diorama of a bunny family sitting around the table having dinner ,8k, photograph', 3, 'examples/table.png'],
165
- ['A white cat with golden sunglasses on, pink background, studio lighting, 4k, award winning photography', 2, 'examples/cat.png'],
166
- ['an astronaut dancing on the moon’s surface, close-up photo', 2, 'examples/astronaut.png'],
167
- ['A photo of a Samoyed dog with its tongue out hugging a white Siamese cat', 5, 'examples/dog.png'],
168
- ['Dragons of Earth, Wind, Fire, powering up a huge sphere of compressed energy, digital art', 2, 'examples/dragon.png'],
169
- ['A snowboarder jumping in the air while coming down a ski mountain, concept art, artstation, unreal engine, 3d render, HD, Bokeh', 3, 'examples/snow.png'],
170
- ['Portrait of a basset hound, 8k, photograph', 3, 'examples/8kdog.png'],
 
 
 
 
 
171
  ],
172
  inputs=[
173
  input_text,
 
104
  )
105
  run_button = gradio.Button(value='Generate Image').style(full_width=True)
106
  output_image = gradio.Image(
107
+ value='example/dog.png',
108
  label='Output Image',
109
  type='file',
110
  interactive=False
 
161
 
162
  gradio.Examples(
163
  examples=[
164
+ ['A diorama of Puppy cloud ,8k, photograph', 3, 'example/puppy.png'],
165
+ ['A dragon that looks like a cream', 3, 'example/cream.png'],
166
+ ['A photo of a sleeping orange tabby cat', 3, 'example/tabby.png'],
167
+ ['A diorama of a bunny family sitting around the table having dinner ,8k, photograph', 3, 'example/table.png'],
168
+ ['A white cat with golden sunglasses on, pink background, studio lighting, 4k, award winning photography', 2, 'example/cat.png'],
169
+ ['an astronaut dancing on the moon’s surface, close-up photo', 2, 'example/astronaut.png'],
170
+ ['A photo of a Samoyed dog with its tongue out hugging a white Siamese cat', 5, 'example/dog.png'],
171
+ ['Dragons of Earth, Wind, Fire, powering up a huge sphere of compressed energy, digital art', 2, 'example/dragon.png'],
172
+ ['A snowboarder jumping in the air while coming down a ski mountain, concept art, artstation, unreal engine, 3d render, HD, Bokeh', 3, 'example/snow.png'],
173
+ ['Portrait of a basset hound, 8k, photograph', 3, 'example/8kdog.png'],
174
+ ['Antique photo of a dragon fire', 3, 'example/fire.png'],
175
+ ['A space parrot flying through the cosmos, digital art', 3, 'example/parrot.png'],
176
  ],
177
  inputs=[
178
  input_text,