Owen777 commited on
Commit
8ddfacb
1 Parent(s): 62b1efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -58,8 +58,14 @@ css = """
58
 
59
  examples = [
60
  "Modern Architecture render with pleasing aesthetics.",
61
- "Exploded view diagram of a xenomorph.",
62
- "A samurai in space.",
 
 
 
 
 
 
63
  ]
64
 
65
  with gr.Blocks(css=css) as demo:
 
58
 
59
  examples = [
60
  "Modern Architecture render with pleasing aesthetics.",
61
+ "Two actors are posing for a pictur with one wearing a black and white face paint.",
62
+ "A large body of water with a rock in the middle and mountains in the background.",
63
+ "A white and blue coffee mug with a picture of a man on it.",
64
+ "A statue of a man with a crown on his head.",
65
+ "A man in a yellow wet suit is holding a big black dog in the water.",
66
+ "A white table with a vase of flowers and a cup of coffee on top of it.",
67
+ "A woman stands on a dock in the fog.",
68
+ "A woman is standing next to a picture of another woman."
69
  ]
70
 
71
  with gr.Blocks(css=css) as demo: