jbilcke-hf's picture
jbilcke-hf HF staff
emergency fix
3420ebd
raw
history blame
150 Bytes
export type DynamicConfig = {
oauthClientId: string
oauthScopes: string
enableHuggingFaceOAuth: boolean
enableHuggingFaceOAuthWall: boolean
}