sergon19 commited on
Commit
a31e26c
β€’
1 Parent(s): a143a22

modify examples

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def generate_image(prompt):
26
  examples = [
27
  ["A serene landscape with mountains and a river in sgc style"],
28
  ["A futuristic city skyline at night in sgc style"],
29
- ["A portrait of a medieval knight in armor in sgc style"],
 
30
  ["A vibrant underwater scene with coral reefs and fish in sgc style"],
31
  ["A magical forest with glowing plants and creatures in sgc style"],
32
  ]
 
26
  examples = [
27
  ["A serene landscape with mountains and a river in sgc style"],
28
  ["A futuristic city skyline at night in sgc style"],
29
+ ["A military plane flying over the pacific in sgc style"],
30
+ ["A beach scene with a pirate ship visible in the ocean in sgc style"],
31
  ["A vibrant underwater scene with coral reefs and fish in sgc style"],
32
  ["A magical forest with glowing plants and creatures in sgc style"],
33
  ]