Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
174 |
-
['
|
|
|
|
|
175 |
["Lighthouse reflections at sunrise"],
|
176 |
-
["Archangel
|
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",
|