Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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 |
|