aiqtech commited on
Commit
95dcd2e
β€’
1 Parent(s): 0e2318f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -25
app.py CHANGED
@@ -272,31 +272,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
272
  elem_classes=["generate-btn"]
273
  )
274
 
275
- gr.HTML("""
276
- <div style="margin-top: 1em; padding: 1em; border-radius: 8px; background: rgba(255, 255, 255, 0.05);">
277
- <h4 style="margin: 0 0 0.5em 0;">Example Prompts:</h4>
278
- <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
279
- <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸŒ… Cinematic Landscape</p>
280
- <p style="margin: 0; font-style: italic;">"A breathtaking mountain vista at golden hour, dramatic sunbeams piercing through clouds, snow-capped peaks reflecting warm light, ultra-high detail photography, artistically composed, award-winning landscape photo, shot on Hasselblad"</p>
281
- </div>
282
- <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
283
- <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸ–ΌοΈ Fantasy Portrait</p>
284
- <p style="margin: 0; font-style: italic;">"Ethereal portrait of an elven queen with flowing silver hair, adorned with luminescent crystals, intricate crown of twisted gold and moonstone, soft ethereal lighting, detailed facial features, fantasy art style, highly detailed, painted by Artgerm and Charlie Bowater"</p>
285
- </div>
286
- <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
287
- <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸŒƒ Cyberpunk Scene</p>
288
- <p style="margin: 0; font-style: italic;">"Neon-lit cyberpunk street market in rain, holographic advertisements reflecting in puddles, street vendors with glowing cyber-augmentations, dense urban environment, atmospheric fog, cinematic lighting, inspired by Blade Runner 2049"</p>
289
- </div>
290
- <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
291
- <p style="font-weight: bold; margin: 0 0 0.5em 0;">🎨 Abstract Art</p>
292
- <p style="margin: 0; font-style: italic;">"Vibrant abstract composition of flowing liquid colors, dynamic swirls of iridescent purples and teals, golden geometric patterns emerging from chaos, luxury art style, ultra-detailed, painted in oil on canvas, inspired by James Jean and Gustav Klimt"</p>
293
- </div>
294
- <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
295
- <p style="font-weight: bold; margin: 0 0 0.5em 0;">🌿 Macro Nature</p>
296
- <p style="margin: 0; font-style: italic;">"Extreme macro photography of a dewdrop on a butterfly wing, rainbow light refraction, crystalline clarity, intricate wing scales visible, natural bokeh background, professional studio lighting, shot with Canon MP-E 65mm lens"</p>
297
- </div>
298
- </div>
299
- """)
300
 
301
  with gr.Column(scale=4, elem_classes=["fixed-width"]):
302
  # Current generated image
 
272
  elem_classes=["generate-btn"]
273
  )
274
 
275
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
 
277
  with gr.Column(scale=4, elem_classes=["fixed-width"]):
278
  # Current generated image