human/types/gender/gender.d.ts

3 lines
133 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
export declare function load(config: any): Promise<any>;
export declare function predict(image: any, config: any): Promise<unknown>;