DiffusionGPT commited on
Commit
4c37f41
·
verified ·
1 Parent(s): a54a23c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -683,11 +683,10 @@ if __name__ == '__main__':
683
 
684
 
685
  examples = [
686
- ["a girl with dress and red hat."],
687
- ["generate an image of a laughing woman, fashion magazine cover."],
688
- ["a cat on the grass."],
689
  ["create an illustration of a romantic couple sharing a tender moment under a starry sky."],
 
690
  ["a robot cooking in the kitchen."],
 
691
 
692
  ]
693
  gr.Examples(examples=examples,
 
683
 
684
 
685
  examples = [
 
 
 
686
  ["create an illustration of a romantic couple sharing a tender moment under a starry sky."],
687
+ ["generate an image of a laughing woman, fashion magazine cover."],
688
  ["a robot cooking in the kitchen."],
689
+ ["The man who whistles tunes pianos, watercolor."],
690
 
691
  ]
692
  gr.Examples(examples=examples,