ginipick commited on
Commit
c3ece2d
ยท
verified ยท
1 Parent(s): 44cc2fa

Update components/HandDetector.js

Browse files
Files changed (1) hide show
  1. components/HandDetector.js +1 -1
components/HandDetector.js CHANGED
@@ -18,7 +18,7 @@ const HandDetector = () => {
18
 
19
  // Prompt state
20
  const [customPrompt, setCustomPrompt] = useState(
21
- "Look at this image and identify the main object or scene (ignoring any hands or fingers that might be visible). Generate a single, short, insightful thought (maximum 5 words) about this object or scene. Focus on something interesting, fun, or unexpected about it. DO NOT mention hands, fingers, pose estimation, motion tracking, or any computer vision technology in your response. Respond with just the thought, no additional text."
22
  );
23
 
24
  // Custom hooks
 
18
 
19
  // Prompt state
20
  const [customPrompt, setCustomPrompt] = useState(
21
+ "์ด ์ด๋ฏธ์ง€๋ฅผ ๋ณด๊ณ  (๋ณด์ผ ์ˆ˜๋„ ์žˆ๋Š” ์†์ด๋‚˜ ์†๊ฐ€๋ฝ์€ ๋ฌด์‹œํ•œ ์ฑ„) ์ฃผ์š” ๊ฐ์ฒด๋‚˜ ์žฅ๋ฉด์„ ์‹๋ณ„ํ•˜์„ธ์š”. ๊ทธ ๊ฐ์ฒด๋‚˜ ์žฅ๋ฉด์— ๋Œ€ํ•ด ์งง๊ณ  ํ†ต์ฐฐ๋ ฅ ์žˆ๋Š” ์ƒ๊ฐ(์ตœ๋Œ€ 5๋‹จ์–ด)์„ ํ•˜๋‚˜ ์ƒ์„ฑํ•˜์„ธ์š”. ํฅ๋ฏธ๋กญ๊ฑฐ๋‚˜ ์žฌ๋ฏธ์žˆ๊ฑฐ๋‚˜ ์˜ˆ์ƒ์น˜ ๋ชปํ•œ ์ ์— ์ง‘์ค‘ํ•˜์„ธ์š”. ์†, ์†๊ฐ€๋ฝ, ํฌ์ฆˆ ์ถ”์ •, ๋ชจ์…˜ ํŠธ๋ž˜ํ‚น, ์ปดํ“จํ„ฐ ๋น„์ „ ๊ธฐ์ˆ ์€ ์–ธ๊ธ‰ํ•˜์ง€ ๋งˆ์„ธ์š”. ์ƒ๊ฐ๋งŒ ์‘๋‹ตํ•˜๊ณ , ์ถ”๊ฐ€ ํ…์ŠคํŠธ๋Š” ๋„ฃ์ง€ ๋งˆ์„ธ์š”."
22
  );
23
 
24
  // Custom hooks