Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ibm-granite
/
Granite-4.0-WebGPU
like
165
Running
App
Files
Files
Community
7
refs/pr/4
Granite-4.0-WebGPU
/
tailwind.config.js
ibibrahim
Add WebGPU demo files (
#1
)
2379782
verified
about 1 month 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
: [],
};