illestnoize commited on
Commit
4e0194b
·
verified ·
1 Parent(s): 9161c9e

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 goal that you think most people should be working on to insure future success (financially, spiritually, etc) (maximum 5-10 words) Say 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 that sum things up in an entertaining or profound way."
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, loving, insightful thoughtful compliment for my mom on Mother’s Day (maximum 10 words) Focus on something interesting, fun, or unexpected about her. 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 convert something profound and nice that will make her feel loved and happy."
22
  );
23
 
24
  // Custom hooks