awacke1 commited on
Commit
05117f2
1 Parent(s): ea10b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -24
app.py CHANGED
@@ -163,29 +163,6 @@ iface = gr.Interface(fn=gen_ims,
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"],
@@ -213,7 +190,30 @@ iface = gr.Interface(fn=gen_ims,
213
  ["Futurism, in the style of Wassily Kandinsky"],
214
  ["Futurism, in the style of Zdzislaw Beksinski"],
215
  ['Surrealism, in the style of Salvador Dali'],
216
- ["Aaron Wacker, oil on canvas"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  ],
218
  title='Art Generator and Style Mixer from 🧠 Cloob and 🎨 WikiArt - Visual Art Encyclopedia:',
219
  description="Trained on images from the [WikiArt](https://www.wikiart.org/) dataset, comprised of visual arts",
 
163
  ],
164
  outputs=[gr.outputs.Image(type="pil", label="Generated Image")],
165
  examples=[
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  ["Futurism, in the style of Wassily Kandinsky"],
167
  ["Art Nouveau, in the style of John Singer Sargent"],
168
  ["Surrealism, in the style of Edgar Degas"],
 
190
  ["Futurism, in the style of Wassily Kandinsky"],
191
  ["Futurism, in the style of Zdzislaw Beksinski"],
192
  ['Surrealism, in the style of Salvador Dali'],
193
+ ["Aaron Wacker, oil on canvas"],
194
+ ["abstract"],
195
+ ["landscape"],
196
+ ["portrait"],
197
+ ["sculpture"],
198
+ ["genre painting"],
199
+ ["installation"],
200
+ ["photo"],
201
+ ["figurative"],
202
+ ["illustration"],
203
+ ["still life"],
204
+ ["history painting"],
205
+ ["cityscape"],
206
+ ["marina"],
207
+ ["animal painting"],
208
+ ["design"],
209
+ ["calligraphy"],
210
+ ["symbolic painting"],
211
+ ["graffiti"],
212
+ ["performance"],
213
+ ["mythological painting"],
214
+ ["battle painting"],
215
+ ["self-portrait"],
216
+ ["Impressionism, oil on canvas"]
217
  ],
218
  title='Art Generator and Style Mixer from 🧠 Cloob and 🎨 WikiArt - Visual Art Encyclopedia:',
219
  description="Trained on images from the [WikiArt](https://www.wikiart.org/) dataset, comprised of visual arts",