@huggingface/inference
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -170,7 +170,7 @@ export interface Options { | ||
/** | ||
* A float that represents how likely it is that the image file belongs to this class. | ||
* The label for the class (model specific) | ||
*/ | ||
label: string; | ||
/** | ||
* The label for the class (model specific) | ||
* A float that represents how likely it is that the image file belongs to this class. | ||
*/ | ||
@@ -177,0 +177,0 @@ score: number; |
{ | ||
"name": "@huggingface/inference", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"packageManager": "pnpm@8.3.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -14,7 +14,7 @@ import { InferenceOutputError } from "../../lib/InferenceOutputError"; | ||
/** | ||
* A float that represents how likely it is that the image file belongs to this class. | ||
* The label for the class (model specific) | ||
*/ | ||
label: string; | ||
/** | ||
* The label for the class (model specific) | ||
* A float that represents how likely it is that the image file belongs to this class. | ||
*/ | ||
@@ -21,0 +21,0 @@ score: number; |