CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
huggingfacejs
/
push-model-from-web
source
Hugging Face
apache-2.0
updated 3y ago
View on Hugging Face
3
likes
Like
Save
Clone
overview
files
community
commits
settings
root
tailwind.config.js
tailwind.config.js
7 lines
Copy path
Download
Raw
Back to root
1
module.exports = {
2
content: ["./**/*.{html,js}"],
3
theme: {
4
extend: {},
5
},
6
plugins: [],
7
}