aidn commited on
Commit
ebf7196
·
verified ·
1 Parent(s): 7cd771e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -27
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
- ["Portrait of a female netrunner with glowing cyan eye implants, chrome jaw augmentation, plugged-in data cables, dark industrial background, dramatic rim lighting, hyperrealistic."],
43
- ["Megacity skyline at dusk, towering brutalist skyscrapers covered in holographic advertisements, flying vehicles, smoggy orange sky, blade runner aesthetic, photorealistic."],
44
- ["Abandoned neural interface lab, flickering monitors showing brain scans, cables everywhere, dust particles in neon light beams, eerie atmosphere, ultra-detailed."],
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
- .gr-samples, .examples-holder, div[class*="examples"] {
289
- background: #070c1a !important;
290
- }
291
-
292
- .gr-samples table, .examples-holder table {
293
- border: 1px solid #00f5ff22 !important;
294
- border-collapse: collapse !important;
295
- width: 100% !important;
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: #b8d8e8 !important;
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
- .gr-samples tr:hover td, .examples-holder tr:hover td {
 
 
 
315
  background: #0d1e30 !important;
316
  color: #00f5ff !important;
317
- text-shadow: 0 0 6px #00f5ff66 !important;
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 */