Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
173 |
-
["
|
174 |
-
['
|
175 |
-
['
|
176 |
-
['
|
177 |
-
["
|
178 |
-
["
|
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",
|