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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -168,9 +168,15 @@ iface = gr.Interface(fn=gen_ims,
168
  #gr.inputs.Slider(minimum=10, maximum=35, step=1, default=15,label="Number of steps")
169
  ],
170
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
171
- examples=[["Angels entertained unawares, oil painting"],["Pegasus in style of H.R. Giger"], ['Dragon oil painting'], ["Lighthouse reflections at sunrise"], ["Archangel sculpture"]],
 
 
 
 
 
 
172
  title='Art from Text or Image:',
173
- description="Sourced from [WikiArt](https://huggingface.co/datasets/huggan/wikiart) dataset",
174
  article = 'Distilled version of a cloob-conditioned latent diffusion model [model card](https://huggingface.co/huggan/distill-ccld-wa)'
175
 
176
  )
 
168
  #gr.inputs.Slider(minimum=10, maximum=35, step=1, default=15,label="Number of steps")
169
  ],
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",
180
  article = 'Distilled version of a cloob-conditioned latent diffusion model [model card](https://huggingface.co/huggan/distill-ccld-wa)'
181
 
182
  )