Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
)
|