Spaces:
Running
Running
Update app.py
Browse files
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 |
-
"
|
340 |
-
"
|
341 |
-
],
|
342 |
[
|
343 |
-
"
|
344 |
-
"
|
345 |
],
|
|
|
346 |
[
|
347 |
-
"A classical poster reading <text1> in bold,
|
348 |
-
"
|
349 |
],
|
350 |
[
|
351 |
-
"In a cartoon style, a speech bubble with <text1> and another text
|
352 |
-
"
|
353 |
],
|
354 |
[
|
355 |
-
"Large billboard featuring <text1
|
356 |
-
"
|
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():
|