Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,10 @@ iface = gr.Interface(fn=gen_ims,
|
|
164 |
],
|
165 |
outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
|
166 |
examples=[
|
|
|
|
|
|
|
|
|
167 |
["Futurism, in the style of Wassily Kandinsky"],
|
168 |
["Art Nouveau, in the style of John Singer Sargent"],
|
169 |
["Surrealism, in the style of Edgar Degas"],
|
|
|
164 |
],
|
165 |
outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
|
166 |
examples=[
|
167 |
+
["Virgin and Child, in the style of Jacopo Bellini"],
|
168 |
+
["Katsushika Hokusai, The Dragon of Smoke Escaping from Mount Fuji"],
|
169 |
+
["Moon Light Sonata by Basuki Abdullah"],
|
170 |
+
["Twon Tree by M.C. Escher"],
|
171 |
["Futurism, in the style of Wassily Kandinsky"],
|
172 |
["Art Nouveau, in the style of John Singer Sargent"],
|
173 |
["Surrealism, in the style of Edgar Degas"],
|