Kims12 commited on
Commit
d1db013
Β·
verified Β·
1 Parent(s): 8ebbfcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with gr.Blocks() as demo:
263
  outputs=prompt_input
264
  )
265
  composite_product_btn.click(
266
- fn=lambda: "#1 μƒν’ˆ 이미지에 #2 이미지 λ˜λŠ” #3 이미지λ₯Ό [λͺ¨λ“  μ΄λ―Έμ§€μ˜ μ£Όμš” μš”μ†Œλ₯Ό ν¬ν•¨ν•˜κ³ , 특히 μƒν’ˆμ΄ 돋보이도둝 μ‘°ν™”λ‘­κ²Œ ν†΅ν•©ν•˜μ—¬]μžμ—°μŠ€λŸ½κ²Œ ν•©μ„±ν•˜λΌ.",
267
  inputs=[],
268
  outputs=prompt_input
269
  )
 
263
  outputs=prompt_input
264
  )
265
  composite_product_btn.click(
266
+ fn=lambda: "이미지 #1의 λͺ¨λΈμ΄ ν•„μš”μ— 따라 μžμ„Έλ‚˜ ν‘œμ •μ„ μœ λ™μ μœΌλ‘œ λ³€ν˜•ν•œ ν›„, 이미지 #2(λ˜λŠ” #3)의 μƒν’ˆμ„ μ΅œλŒ€ν•œ μ›λž˜ ν˜•νƒœμ™€ λ””ν…ŒμΌμ„ μœ μ§€ν•˜λ©΄μ„œ μžμ—°μŠ€λŸ½κ²Œ μ°©μš©ν•œ λͺ¨μŠ΅μ„ ν•©μ„±ν•˜λΌ.",
267
  inputs=[],
268
  outputs=prompt_input
269
  )