Spaces:
Running
Running
change example prompts order
Browse files
app.py
CHANGED
@@ -326,9 +326,9 @@ recent_generations = []
|
|
326 |
|
327 |
# Example prompts
|
328 |
example_prompts = [
|
329 |
-
"A highly detailed, realistic portrait of an elderly man with deep wrinkles and a kind smile. Soft natural lighting, realistic skin textures, and lifelike details, capturing every strand of his white beard and the reflections in his glasses.",
|
330 |
-
"A neon-lit cyberpunk city at night, filled with towering skyscrapers, flying cars, and bustling streets. The air is thick with mist, and robots walk alongside humans, all illuminated by vibrant neon signs, holographic advertisements, and digital billboards.",
|
331 |
"A Ghibli-inspired scene featuring a giant, friendly creature walking through a lush forest, with vibrant colors, soft lighting, and whimsical details like floating lights and colorful, magical creatures. The scene captures a peaceful, enchanted atmosphere.",
|
|
|
|
|
332 |
]
|
333 |
|
334 |
# Use a state variable to store session ID
|
|
|
326 |
|
327 |
# Example prompts
|
328 |
example_prompts = [
|
|
|
|
|
329 |
"A Ghibli-inspired scene featuring a giant, friendly creature walking through a lush forest, with vibrant colors, soft lighting, and whimsical details like floating lights and colorful, magical creatures. The scene captures a peaceful, enchanted atmosphere.",
|
330 |
+
"A neon-lit cyberpunk city at night, filled with towering skyscrapers, flying cars, and bustling streets. The air is thick with mist, and robots walk alongside humans, all illuminated by vibrant neon signs, holographic advertisements, and digital billboards.",
|
331 |
+
"A highly detailed, realistic portrait of an elderly man with deep wrinkles and a kind smile. Soft natural lighting, realistic skin textures, and lifelike details, capturing every strand of his white beard and the reflections in his glasses.",
|
332 |
]
|
333 |
|
334 |
# Use a state variable to store session ID
|