Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webml-community
/
Janus-1.3B-WebGPU
like
34
Running
App
Files
Files
Community
2
refs/pr/2
Janus-1.3B-WebGPU
/
tailwind.config.js
Xenova
HF Staff
Upload 23 files
69a0edf
verified
2 days ago
raw
Copy download link
history
blame
Safe
170 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
"./index.html"
,
"./src/**/*.{js,ts,jsx,tsx}"
],
theme
: {
extend
: {},
},
plugins
: [],
};