Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,29 @@ iface = gr.Interface(fn=gen_ims,
|
|
163 |
],
|
164 |
outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
|
165 |
examples=[
|
166 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"],
|
|
|
163 |
],
|
164 |
outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
|
165 |
examples=[
|
166 |
+
["abstract"],
|
167 |
+
["landscape"],
|
168 |
+
["portrait"],
|
169 |
+
["sculpture"],
|
170 |
+
["genre painting"],
|
171 |
+
["installation"],
|
172 |
+
["photo"],
|
173 |
+
["figurative"],
|
174 |
+
["illustration"],
|
175 |
+
["still life"],
|
176 |
+
["history painting"],
|
177 |
+
["cityscape"],
|
178 |
+
["marina"],
|
179 |
+
["animal painting"],
|
180 |
+
["design"],
|
181 |
+
["calligraphy"],
|
182 |
+
["symbolic painting"],
|
183 |
+
["graffiti"],
|
184 |
+
["performance"],
|
185 |
+
["mythological painting"],
|
186 |
+
["battle painting"],
|
187 |
+
["self-portrait"],
|
188 |
+
["Impressionism, oil on canvas"],
|
189 |
["Futurism, in the style of Wassily Kandinsky"],
|
190 |
["Art Nouveau, in the style of John Singer Sargent"],
|
191 |
["Surrealism, in the style of Edgar Degas"],
|