Audio_Deepfake_Detection / frontend /postcss.config.js
vipan-kumar's picture
Initial commit: Audio Deepfake Detector with 8 detectors trained on jay15k
e6a1f55
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};