SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame contribute delete
No virus
95 Bytes
declare function isPlainObject(value: unknown): value is object;
export default isPlainObject;