Spaces:
Running
on
L40S
Running
on
L40S
export declare const getPngMetadata: (file: File | Blob) => { workflow?: string; prompt?: string }; | |
export declare const getWebpMetadata: (file: File | Blob) => { | |
Workflow?: string; | |
workflow?: string; | |
Prompt?: string; | |
prompt?: string; | |
}; | |