Spaces:
Runtime error
Runtime error
| { | |
| "cat": { | |
| "real_colors": [], | |
| "avg_color": [ | |
| 200, | |
| 150, | |
| 100 | |
| ], | |
| "eye_colors": [], | |
| "fur_patterns": [], | |
| "body_proportions": {}, | |
| "confidence": 0.0, | |
| "samples": 0, | |
| "characteristics": [] | |
| }, | |
| "dog": { | |
| "real_colors": [], | |
| "avg_color": [ | |
| 150, | |
| 100, | |
| 50 | |
| ], | |
| "eye_colors": [], | |
| "fur_patterns": [], | |
| "body_proportions": {}, | |
| "confidence": 0.0, | |
| "samples": 0, | |
| "characteristics": [] | |
| }, | |
| "nature": { | |
| "dominant_colors": [], | |
| "vegetation_colors": [], | |
| "sky_colors": [], | |
| "ground_colors": [], | |
| "confidence": 0.0, | |
| "samples": 0, | |
| "characteristics": [] | |
| } | |
| } |