ginipick commited on
Commit
d4e050d
ยท
verified ยท
1 Parent(s): 1d3359a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -11
app.py CHANGED
@@ -336,25 +336,30 @@ with gr.Blocks(title="Eevery Text Imaginator: FLUX") as demo:
336
  # 5 example prompts (focusing on <text1>, <text2>)
337
  examples = [
338
  [
339
- "On a grand stage, <text1> in big letters and <text2> on the left side",
340
- "HELLO", "WORLD", ""
341
- ],
342
  [
343
- "Futuristic neon sign with <text1>, plus <text2> near the bottom",
344
- "WELCOME", "SALE", ""
345
  ],
 
346
  [
347
- "A classical poster reading <text1> in bold, <text2> as a subtitle",
348
- "MUSICFEST", "2025", ""
349
  ],
350
  [
351
- "In a cartoon style, a speech bubble with <text1> and another text <text2>",
352
- "HI!", "OhYes", ""
353
  ],
354
  [
355
- "Large billboard featuring <text1>, smaller text <text2> in the corner",
356
- "ANNOUNCEMENT", "OPENNOW", ""
357
  ],
 
 
 
 
358
  ]
359
 
360
  with gr.Row():
 
336
  # 5 example prompts (focusing on <text1>, <text2>)
337
  examples = [
338
  [
339
+ "Futuristic neon sign with <text1>, plus near the bottom",
340
+ "OPEN", "", ""
341
+ ],
342
  [
343
+ "On a grand stage, <text1> in big letters and on the left side",
344
+ "ํ™˜์˜ํ•ฉ๋‹ˆ๋‹ค.", "", ""
345
  ],
346
+
347
  [
348
+ "A classical poster reading <text1> in bold, as a subtitle",
349
+ "้”™่ง‰", "", ""
350
  ],
351
  [
352
+ "In a cartoon style, a speech bubble with <text1> and another text ",
353
+ "์•ˆ", "", ""
354
  ],
355
  [
356
+ "Large billboard featuring <text1>",
357
+ "์•„๋ฆ„๋‹ค์šด ๋‹น์‹ ", "", ""
358
  ],
359
+ [
360
+ "์ฌ๊ธ€๋ผ์Šค ์ฐฉ์šฉํ•œ ํฐ์ƒ‰ ๊ณ ์–‘์ด์˜ ๋ฐฐ๋„ˆ <text1>",
361
+ "์•ˆ๋…•", "", ""
362
+ ],
363
  ]
364
 
365
  with gr.Row():