illestnoize commited on
Commit
12bd487
·
verified ·
1 Parent(s): e97f4d4

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
+ "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 or profound thought (maximum 5 to 10 words) (bonus if you can use an idiom) 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. Finish with 5 emojis in a coherent manner to convey something thought provoking and profound."
22
  );
23
 
24
  // Custom hooks