Spaces:
Sleeping
Sleeping
Update components/HandDetector.js
Browse files
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
|
| 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
|