Simplify example prompts
Browse files
app.py
CHANGED
|
@@ -252,22 +252,12 @@ with gr.Blocks(
|
|
| 252 |
gr.Examples(
|
| 253 |
examples=[
|
| 254 |
[
|
| 255 |
-
"cinematic close-up portrait of a futuristic android, dark premium lighting, realistic details
|
| 256 |
"Portrait",
|
| 257 |
"768x1344",
|
| 258 |
],
|
| 259 |
[
|
| 260 |
-
"
|
| 261 |
-
"Product",
|
| 262 |
-
"1024x1024",
|
| 263 |
-
],
|
| 264 |
-
[
|
| 265 |
-
"modern AI server room with blue accent lights, cinematic technology atmosphere, realistic details",
|
| 266 |
-
"Cinematic",
|
| 267 |
-
"1344x768",
|
| 268 |
-
],
|
| 269 |
-
[
|
| 270 |
-
"realistic AI robot in a dark premium technology lab, cinematic lighting, high detail, blue glow",
|
| 271 |
"Cinematic",
|
| 272 |
"1344x768",
|
| 273 |
],
|
|
|
|
| 252 |
gr.Examples(
|
| 253 |
examples=[
|
| 254 |
[
|
| 255 |
+
"cinematic close-up portrait of a futuristic android, dark premium lighting, realistic details",
|
| 256 |
"Portrait",
|
| 257 |
"768x1344",
|
| 258 |
],
|
| 259 |
[
|
| 260 |
+
"realistic AI robot in a dark premium technology lab, cinematic lighting, blue accent lights",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
"Cinematic",
|
| 262 |
"1344x768",
|
| 263 |
],
|