Update app.py
Browse files
app.py
CHANGED
@@ -370,17 +370,17 @@ with gr.Blocks(css="""
|
|
370 |
outputs=prompt_input
|
371 |
)
|
372 |
text_remove_btn.click(
|
373 |
-
fn=lambda: "(#1 ์ด๋ฏธ์ง)์ ์๋ ์ค๊ตญ์ด๋ฅผ ๋ชจ๋
|
374 |
inputs=[],
|
375 |
outputs=prompt_input
|
376 |
)
|
377 |
clothes_change_btn.click(
|
378 |
-
fn=lambda: "(#1์
|
379 |
inputs=[],
|
380 |
outputs=prompt_input
|
381 |
)
|
382 |
background_change_btn.click(
|
383 |
-
fn=lambda: "#1
|
384 |
inputs=[],
|
385 |
outputs=prompt_input
|
386 |
)
|
|
|
370 |
outputs=prompt_input
|
371 |
)
|
372 |
text_remove_btn.click(
|
373 |
+
fn=lambda: "(#1 ์ด๋ฏธ์ง)์ ์๋ ์ค๊ตญ์ด๋ฅผ ๋ชจ๋ ์ ๊ฑฐํ๋ผ.",
|
374 |
inputs=[],
|
375 |
outputs=prompt_input
|
376 |
)
|
377 |
clothes_change_btn.click(
|
378 |
+
fn=lambda: "(#1์ ์ฌ์ฑ๋ชจ๋ธ)์ด ์ ์ฒด ๋น์ก๊ณผ ํฌ์ฆ๋ ์ ์นํ ์ฒด (#2์ ์ ๊ธ๋ผ์ค)์ (#3์ ์ฒญ๋ฐ์ง)๋ฅผ ์ง์ ๋ชจ๋ธ์ด ์ฐฉ์ฉํ๊ฒ ์ฒ๋ผ ์์ฐ์ค๋ฝ๊ฒ ์ด๋ฏธ์ง๋ฅผ ์์ฑํ๋ผ.",
|
379 |
inputs=[],
|
380 |
outputs=prompt_input
|
381 |
)
|
382 |
background_change_btn.click(
|
383 |
+
fn=lambda: "(#1์ ์ฌ์ฑ๋ชจ๋ธ)์ด (#2 ์ด๋ฏธ์ง์ ๋ฐฐ๊ฒฝ)์ ์ฃผ์ ํผ์ฌ์ฒด๋ ๊ทธ๋๋ก ์ ์งํ์ฌ ๋ ์ด๋ฏธ์ง์ ๋ถ์๊ธฐ๊ฐ ์์ฐ์ค๋ฝ๊ฒ ์ด์ฐ๋ฌ์ง๋๋ก ์์ฑํ๋ผ.",
|
384 |
inputs=[],
|
385 |
outputs=prompt_input
|
386 |
)
|