Update app.py
Browse files
app.py
CHANGED
@@ -333,27 +333,27 @@ with gr.Blocks() as demo:
|
|
333 |
|
334 |
# ์ ํ ์ต์
๋ฒํผ ํด๋ฆญ ์ ํ๋กฌํํธ ์
๋ ฅ๋ ์
๋ฐ์ดํธ (ํ๊ตญ์ด ๋ฌธ๊ตฌ)
|
335 |
image_change_btn.click(
|
336 |
-
fn=lambda: "#1
|
337 |
inputs=[],
|
338 |
outputs=prompt_input
|
339 |
)
|
340 |
text_remove_btn.click(
|
341 |
-
fn=lambda: "#1
|
342 |
inputs=[],
|
343 |
outputs=prompt_input
|
344 |
)
|
345 |
clothes_change_btn.click(
|
346 |
-
fn=lambda: "#1
|
347 |
inputs=[],
|
348 |
outputs=prompt_input
|
349 |
)
|
350 |
background_change_btn.click(
|
351 |
-
fn=lambda: "#1
|
352 |
inputs=[],
|
353 |
outputs=prompt_input
|
354 |
)
|
355 |
composite_product_btn.click(
|
356 |
-
fn=lambda: "#1
|
357 |
inputs=[],
|
358 |
outputs=prompt_input
|
359 |
)
|
|
|
333 |
|
334 |
# ์ ํ ์ต์
๋ฒํผ ํด๋ฆญ ์ ํ๋กฌํํธ ์
๋ ฅ๋ ์
๋ฐ์ดํธ (ํ๊ตญ์ด ๋ฌธ๊ตฌ)
|
335 |
image_change_btn.click(
|
336 |
+
fn=lambda: "(#1์ ์ฌ์ฑ)์ ์ด๋ฏธ์ง๋ฅผ ์ด์ง ๋ค๋ก ๋์๋ณด๋ ๋ชจ์ต์ผ๋ก ์ต๋ํ ์ด์ seed๋ฅผ ์ ์งํํ
์์ฐ์ค๋ฝ๊ฒ ๋ณ๊ฒฝํ๋ผ.",
|
337 |
inputs=[],
|
338 |
outputs=prompt_input
|
339 |
)
|
340 |
text_remove_btn.click(
|
341 |
+
fn=lambda: "(#1 ์ด๋ฏธ์ง)์ ์๋ ์ค๊ตญ์ด๋ฅผ ๋ชจ๋ ์ ๊ฑฐํ๋ผ.",
|
342 |
inputs=[],
|
343 |
outputs=prompt_input
|
344 |
)
|
345 |
clothes_change_btn.click(
|
346 |
+
fn=lambda: "(#1์ ์ฌ์ฑ๋ชจ๊ฒ)์ด ์ ์ฒด ๋น์ก๊ณผ ํฌ์ฆ๋ ์ ์นํ ์ฒด (#2์ ์ ๊ธ๋ผ์ค)์ (#3์ ์ฒญ๋ฐ์ง)๋ฅผ ์ง์ ๋ชจ๋ธ์ด ์ฐฉ์ฉํ๊ฒ ์ฒ๋ผ ์์ฐ์ค๋ฝ๊ฒ ์ด๋ฏธ์ง๋ฅผ ์์ฑํ๋ผ.",
|
347 |
inputs=[],
|
348 |
outputs=prompt_input
|
349 |
)
|
350 |
background_change_btn.click(
|
351 |
+
fn=lambda: "(#1์ ์ฌ์ฑ๋ชจ๋ธ)์ด (#2 ์ด๋ฏธ์ง์ ๋ฐฐ๊ฒฝ)์ ์ฃผ์ ํผ์ฌ์ฒด๋ ๊ทธ๋๋ก ์ ์งํ์ฌ ๋ ์ด๋ฏธ์ง์ ๋ถ์๊ธฐ๊ฐ ์์ฐ์ค๋ฝ๊ฒ ์ด์ฐ๋ฌ์ง๋๋ก ์์ฑํ๋ผ."",
|
352 |
inputs=[],
|
353 |
outputs=prompt_input
|
354 |
)
|
355 |
composite_product_btn.click(
|
356 |
+
fn=lambda: "(#1์ ๋ ๊ณ ๋ชจํ)์์ ์ฒญ์์์ด๋ ๊ณ ๋ฅผ ์ ๊ฑฐํ ํ, ๊ทธ ์๋ฆฌ๋ฅผ ์ฃผ๋ณ ๋ฐฐ๊ฒฝ๊ณผ ์์ฐ์ค๋ฝ๊ฒ ์ด์ฐ๋ฌ์ง๋๋ก ์ฑ์์ฃผ์ธ์. ๋จ, ์ด๋ฏธ์ง์ ๋ค๋ฅธ ๋ถ๋ถ์ ์ฃผ์ ์์๋ ๋์ผํ๊ฒ ์ ์งํด ํด์ผํ๋ค.",
|
357 |
inputs=[],
|
358 |
outputs=prompt_input
|
359 |
)
|