Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model-Text-To-Image
HusseinHE
/
Magic
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Magic
/
frontend
/
tailwind.config.js
radames
pagecontent from pipelines
46bd9ac
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
,
'../pipelines/**/*.py'
],
theme
: {
extend
: {}
},
plugins
: []
};