Duplicated from Clebersla/RVC_V2_Huggingface_Version
77731d1
1
2
3
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;