Invalid JSON:Expected double-quoted property name in JSONat line 6, column 42
| { | |
| "name": "SAM Model", | |
| "framework": "torch", | |
| "labels": ["object"], | |
| "type": "segmentation", | |
| "pipeline_tag": "image-segmentation", // Wichtig für die Pipeline-Konfiguration | |
| "params": { | |
| "threshold": 0.5 | |
| } | |
| } | |