Kpenciler commited on
Commit
d141707
·
1 Parent(s): ac5bb4c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -29,9 +29,13 @@ def generate(prompt: str, secret_key: str):
29
 
30
 
31
  examples = [
32
- ["An astronaut riding a rainbow unicorn, cinematic, dramatic", ""],
33
- ["A robot painted as graffiti on a brick wall. a sidewalk is in front of the wall, and grass is growing out of cracks in the concrete.", ""],
34
- ["Panda mad scientist mixing sparkling chemicals, artstation.", ""]
 
 
 
 
35
  ]
36
 
37
 
 
29
 
30
 
31
  examples = [
32
+ # ["An astronaut riding a rainbow unicorn, cinematic, dramatic", ""],
33
+ # ["A robot painted as graffiti on a brick wall. a sidewalk is in front of the wall, and grass is growing out of cracks in the concrete.", ""],
34
+ # ["Panda mad scientist mixing sparkling chemicals, artstation.", ""],
35
+ ["station", ""],
36
+ ["station, ghibli style", ""],
37
+ ["Elon Musk", ""],
38
+ ["Elon Musk playing Shogi", ""],
39
  ]
40
 
41