Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks() as demo:
|
|
281 |
outputs=prompt_input
|
282 |
)
|
283 |
clothes_change_btn.click(
|
284 |
-
fn=lambda: "#1
|
285 |
inputs=[],
|
286 |
outputs=prompt_input
|
287 |
)
|
@@ -291,7 +291,7 @@ with gr.Blocks() as demo:
|
|
291 |
outputs=prompt_input
|
292 |
)
|
293 |
composite_product_btn.click(
|
294 |
-
fn=lambda: "#1
|
295 |
inputs=[],
|
296 |
outputs=prompt_input
|
297 |
)
|
|
|
281 |
outputs=prompt_input
|
282 |
)
|
283 |
clothes_change_btn.click(
|
284 |
+
fn=lambda: "#1์ด๋ฏธ์ง์์ [์ ์ฒด ๋น์จ๊ณผ ํฌ์ฆ๋ ์ ์งํ ์ฒด] ์์[์คํ์ผ๊ณผ ์์์]#2, #3์ผ๋ก ๋ณ๊ฒฝํด์ฃผ์ธ์.",
|
285 |
inputs=[],
|
286 |
outputs=prompt_input
|
287 |
)
|
|
|
291 |
outputs=prompt_input
|
292 |
)
|
293 |
composite_product_btn.click(
|
294 |
+
fn=lambda: "#1 ์ด๋ฏธ์ง์ #2 ์ด๋ฏธ์ง(๋๋ #3 ์ด๋ฏธ์ง)๋ฅผ ์์ฐ์ค๋ฝ๊ฒ ํฉ์ฑํ๋ผ.",
|
295 |
inputs=[],
|
296 |
outputs=prompt_input
|
297 |
)
|