Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ibm-granite
/
Granite-4.0-WebGPU
like
178
Running
App
Files
Files
Community
7
refs/pr/5
Granite-4.0-WebGPU
/
tailwind.config.js
ibibrahim
Add WebGPU demo files (
#1
)
2379782
verified
11 months ago
Raw
Download with hf CLI
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
: [],
};