Futuretop commited on
Commit
ed07136
·
verified ·
1 Parent(s): efc3170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def caricature_from_photo(image):
26
 
27
  # 캐리커쳐 스타일 프롬프트 (이모티콘과 직관적 키워드로 꾸밈)
28
  caricature_prompt = (
29
- f"{description}, normal hands, no action, similar image as possible, same posture, five fingers, cute cartoon, gentle lines, charming and lovely, digital illustration, "
30
  "cheerful, simple background, joy, cartoon-style, 😄✨"
31
  )
32
 
 
26
 
27
  # 캐리커쳐 스타일 프롬프트 (이모티콘과 직관적 키워드로 꾸밈)
28
  caricature_prompt = (
29
+ f"{description}, normal hands, no action, similar image as possible, lovely mood, same posture, five fingers, cute cartoon, gentle lines, charming and lovely, digital illustration, "
30
  "cheerful, simple background, joy, cartoon-style, 😄✨"
31
  )
32