Update app.py
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ with gr.Blocks() as demo:
|
|
343 |
outputs=prompt_input
|
344 |
)
|
345 |
clothes_change_btn.click(
|
346 |
-
fn=lambda: "#1
|
347 |
inputs=[],
|
348 |
outputs=prompt_input
|
349 |
)
|
|
|
343 |
outputs=prompt_input
|
344 |
)
|
345 |
clothes_change_btn.click(
|
346 |
+
fn=lambda: "(#1์ ์ฌ์ฑ๋ชจ๋ธ)์ด ์ ์ฒด ๋น์จ๊ณผ ํฌ์ฆ๋ ์ ์งํ ์ฒด (#2์ ์ ๊ธ๋ผ์ค)์ (#3์ ์ฒญ๋ฐ์ง)๋ฅผ ์ฐฉ์ฉํ์ฌ ์ด๋ฏธ์ง๊ฐ ์์ฐ์ค๋ฝ๊ฒ ์ด์ฐ๋ฌ์ง๋๋ก ์์ฑํด์ฃผ์ธ์.",
|
347 |
inputs=[],
|
348 |
outputs=prompt_input
|
349 |
)
|