Pratyush-01's picture
Upload folder using huggingface_hub
08f8699 verified
raw
history blame contribute delete
116 Bytes
import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig