Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ def generate_image(prompt, height, width, num_inference_steps, seed, randomize_s
|
|
| 39 |
# Example prompts
|
| 40 |
examples = [
|
| 41 |
["A cyberpunk street market at night, neon signs reflecting on rain-soaked asphalt, vendors selling illegal tech implants, dense fog, cinematic lighting, ultra-detailed."],
|
| 42 |
-
["
|
| 43 |
-
|
| 44 |
-
|
| 45 |
["Close-up of a human hand merging with circuit board implants, biopunk aesthetic, glowing veins, copper traces under translucent skin, macro photography style."],
|
| 46 |
]
|
| 47 |
|
|
@@ -284,37 +284,30 @@ input[type="range"]::-webkit-slider-runnable-track {
|
|
| 284 |
box-shadow: 0 0 40px #00f5ff44, 0 0 80px #ff00c822 !important;
|
| 285 |
}
|
| 286 |
|
| 287 |
-
/* Examples section */
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
.gr-samples td, .examples-holder td {
|
| 299 |
font-family: 'Rajdhani', sans-serif !important;
|
| 300 |
font-size: 0.92rem !important;
|
| 301 |
font-weight: 600 !important;
|
| 302 |
-
color: #
|
| 303 |
-
background: #0a1220 !important;
|
| 304 |
-
border: 1px solid #00f5ff15 !important;
|
| 305 |
-
padding: 0.45em 0.8em !important;
|
| 306 |
-
cursor: pointer !important;
|
| 307 |
-
transition: color 0.2s, background 0.2s !important;
|
| 308 |
-
white-space: nowrap;
|
| 309 |
-
overflow: hidden;
|
| 310 |
-
text-overflow: ellipsis;
|
| 311 |
-
max-width: 380px;
|
| 312 |
}
|
| 313 |
|
| 314 |
-
|
|
|
|
|
|
|
|
|
|
| 315 |
background: #0d1e30 !important;
|
| 316 |
color: #00f5ff !important;
|
| 317 |
-
text-shadow: 0 0 6px #
|
| 318 |
}
|
| 319 |
|
| 320 |
/* Footer */
|
|
|
|
| 39 |
# Example prompts
|
| 40 |
examples = [
|
| 41 |
["A cyberpunk street market at night, neon signs reflecting on rain-soaked asphalt, vendors selling illegal tech implants, dense fog, cinematic lighting, ultra-detailed."],
|
| 42 |
+
["A striking portrait of a futuristic android with porcelain skin cracking to reveal intricate gold circuitry beneath, glowing amber eyes, wearing a translucent holographic jacket, softly lit by floating neon orbs, hyperrealistic, octane render, masterpiece."],
|
| 43 |
+
["An overgrown dystopian megacity swallowed by a lush bioluminescent jungle, colossal brutalist skyscraper ruins wrapped in giant glowing cyan vines, waterfalls cascading from broken glass facades, majestic lighting, post-apocalyptic solarpunk, epic scale."],
|
| 44 |
+
["A sleek, chrome-plated hoverbike speeding through a flooded underground subway station, kicked-up water droplets frozen in mid-air catching vivid magenta and blue light reflections, dynamic low-angle perspective, cinematic motion blur, photorealistic."],
|
| 45 |
["Close-up of a human hand merging with circuit board implants, biopunk aesthetic, glowing veins, copper traces under translucent skin, macro photography style."],
|
| 46 |
]
|
| 47 |
|
|
|
|
| 284 |
box-shadow: 0 0 40px #00f5ff44, 0 0 80px #ff00c822 !important;
|
| 285 |
}
|
| 286 |
|
| 287 |
+
/* Examples section — nuclear override */
|
| 288 |
+
table, table td, table th, table tr,
|
| 289 |
+
.gr-samples, .gr-samples td, .gr-samples th,
|
| 290 |
+
.examples-holder, .examples-holder td,
|
| 291 |
+
div[class*="example"] td,
|
| 292 |
+
div[class*="example"] button,
|
| 293 |
+
div[class*="example"] span,
|
| 294 |
+
.label-wrap ~ div td,
|
| 295 |
+
.label-wrap ~ div button {
|
| 296 |
+
background: #0a1220 !important;
|
| 297 |
+
color: #b8d8e8 !important;
|
|
|
|
| 298 |
font-family: 'Rajdhani', sans-serif !important;
|
| 299 |
font-size: 0.92rem !important;
|
| 300 |
font-weight: 600 !important;
|
| 301 |
+
border-color: #00f5ff18 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 302 |
}
|
| 303 |
|
| 304 |
+
table tr:hover td,
|
| 305 |
+
.gr-samples tr:hover td,
|
| 306 |
+
div[class*="example"] tr:hover td,
|
| 307 |
+
div[class*="example"] button:hover {
|
| 308 |
background: #0d1e30 !important;
|
| 309 |
color: #00f5ff !important;
|
| 310 |
+
text-shadow: 0 0 6px #00f5ff55 !important;
|
| 311 |
}
|
| 312 |
|
| 313 |
/* Footer */
|