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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -170,10 +170,12 @@ iface = gr.Interface(fn=gen_ims,
170
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
171
  examples=[
172
  ["Angels entertained unawares, oil painting"],
173
- ["Pegasus in style of H.R. Giger"],
174
- ['Dragon oil painting'],
 
 
175
  ["Lighthouse reflections at sunrise"],
176
- ["Archangel sculpture"]
177
  ],
178
  title='Art from Text or Image:',
179
  description="Sourced from [WikiArt] (https://huggingface.co/datasets/huggan/wikiart) dataset",
 
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",