CoolFace
Apppublic

huggingfacejs/push-model-from-web

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
3likes
tailwind.config.js7 linesDownload Raw Back to root
1module.exports = {2	content: ["./**/*.{html,js}"],3	theme: {4		extend: {},5	},6	plugins: [],7}