Tsitsi19's picture
Upload folder using huggingface_hub
a75217d verified
Raw
History Blame Contribute Delete
188 Bytes
'use strict';
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;