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