Update app.py
Browse files
app.py
CHANGED
@@ -146,12 +146,20 @@ def generate_image(
|
|
146 |
return image, seed
|
147 |
|
148 |
# ===== ์์ ํ๋กฌํํธ (ํ๊ตญ์ด/์์ด ํผ์ฉ ํ์ฉ) =====
|
|
|
149 |
examples = [
|
150 |
-
"
|
151 |
-
"Mr. KIM
|
152 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
]
|
154 |
-
|
155 |
# ===== ์ปค์คํ
CSS (๋ถ์ ํค ์ ์ง) =====
|
156 |
custom_css = """
|
157 |
:root {
|
|
|
146 |
return image, seed
|
147 |
|
148 |
# ===== ์์ ํ๋กฌํํธ (ํ๊ตญ์ด/์์ด ํผ์ฉ ํ์ฉ) =====
|
149 |
+
|
150 |
examples = [
|
151 |
+
"Mr. KIM์ด ๋ ์์ผ๋ก 'Fighting!' ํ์๋ง์ ๋ค๊ณ ์๋ ๋ชจ์ต, ์ ๊ตญ์ฌ๊ณผ ๊ตญ๊ฐ ๋ฐ์ ์ ๋ํ ์์ง๋ฅผ ๋ณด์ฌ์ฃผ๊ณ ์๋ค.",
|
152 |
+
"Mr. KIM์ด ์ํ์ ๋ค์ด ์ฌ๋ฆฌ๋ฉฐ ์น๋ฆฌ์ ํ์ ์ผ๋ก ํํธํ๋ ๋ชจ์ต, ์น๋ฆฌ์ ๋ฏธ๋์ ๋ํ ํฌ๋ง์ ๋ณด์ฌ์ฃผ๊ณ ์๋ค.",
|
153 |
+
"Mr. KIM์ด ์ด๋๋ณต์ ์
๊ณ ๊ณต์์์ ์กฐ๊น
ํ๋ ๋ชจ์ต, ๊ฑด๊ฐํ ์ํ์ต๊ด๊ณผ ํ๊ธฐ์ฐฌ ๋ฆฌ๋์ญ์ ๋ณด์ฌ์ฃผ๊ณ ์๋ค.",
|
154 |
+
"Mr. KIM์ด ๋ถ๋น๋ ๊ฑฐ๋ฆฌ์์ ์ฌ์ฑ ์๋ฏผ๋ค๊ณผ ๋ฐ๋ปํ๊ฒ ์
์ํ๋ ๋ชจ์ต, ์ฌ์ฑ ์ ๊ถ์๋ค์ ๋ํ ์ง์ ํ ๊ด์ฌ๊ณผ ์ํต์ ๋ณด์ฌ์ฃผ๊ณ ์๋ค.",
|
155 |
+
"Mr. KIM์ด ์ ๊ฑฐ ์ ์ธ์ฅ์์ ์งํ์ ์ ํฅํด ์๊ฐ๋ฝ์ผ๋ก ๊ฐ๋ฆฌํค๋ฉฐ ์๊ฐ์ ์ฃผ๋ ์ ์ค์ฒ๋ฅผ ์ทจํ๊ณ ์๊ณ , ์ฌ์ฑ๋ค๊ณผ ์์ด๋ค์ด ๋ฐ์๋ฅผ ์น๊ณ ์๋ค.",
|
156 |
+
"Mr. KIM์ด ์ง์ญ ํ์ฌ์ ์ฐธ์ฌํ์ฌ ์ด์ ์ ์ผ๋ก ์์ํ๋ ์ฌ์ฑ ์ง์ง์๋ค์๊ฒ ๋๋ฌ์ธ์ฌ ์๋ ๋ชจ์ต.",
|
157 |
+
"Mr. KIM visiting a local market, engaging in friendly conversation with female vendors and shopkeepers. ",
|
158 |
+
"Mr. KIM walking through a university campus, discussing education policies with female students and professors. ",
|
159 |
+
"Mr. KIM delivering a powerful speech in front of a large crowd with confident gestures and determined expression. ",
|
160 |
+
"Mr. KIM in a dynamic interview setting, passionately outlining his visions for the future.",
|
161 |
+
"Mr. KIM preparing for an important debate, surrounded by paperwork, looking focused and resolute. ",
|
162 |
]
|
|
|
163 |
# ===== ์ปค์คํ
CSS (๋ถ์ ํค ์ ์ง) =====
|
164 |
custom_css = """
|
165 |
:root {
|