qwen3-tts-voice-clone-cpu / frontend /postcss.config.js
cwchang's picture
feat: add Qwen3-TTS voice cloning application
62132be
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}