awacke1 commited on
Commit
c4f2abb
·
1 Parent(s): 3c2733f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -169,13 +169,13 @@ iface = gr.Interface(fn=gen_ims,
169
  ],
170
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
171
  examples=[
172
- ["Angels entertained unawares, oil painting"],
173
- ["Easter, Oil Painting"],
174
- ['Dragons, oil painting'],
175
- ['Pegasus, oil painting'],
176
- ['Unicorn, oil painting'],
177
- ["Lighthouse reflections at sunrise"],
178
- ["Archangel, AI"]
179
  ],
180
  title='Art from Text or Image:',
181
  description="Sourced from [WikiArt] (https://huggingface.co/datasets/huggan/wikiart) dataset",
 
169
  ],
170
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
171
  examples=[
172
+ ["rembrandt, angel, painting"],
173
+ ["aivazovsky, romantic, painting"],
174
+ ['nicholas, dragon, symbolism, painting'],
175
+ ['monet, van-gogh pegasus, painting'],
176
+ ['landscape, unicorn, painting'],
177
+ ["picasso, lighthouse, reflections landscape"],
178
+ ["rembrandt, portrait, angel, AI"]
179
  ],
180
  title='Art from Text or Image:',
181
  description="Sourced from [WikiArt] (https://huggingface.co/datasets/huggan/wikiart) dataset",