awacke1 commited on
Commit
0970f1b
1 Parent(s): 3132471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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"],