SOLRICKS commited on
Commit
e386e64
·
verified ·
1 Parent(s): f3f07b2

Simplify example prompts

Browse files
Files changed (1) hide show
  1. app.py +2 -12
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, sharp focus",
256
  "Portrait",
257
  "768x1344",
258
  ],
259
  [
260
- "luxury product photo of a black perfume bottle on a reflective surface, premium studio lighting, elegant background",
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
  ],