Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
radames
/
Real-Time-Latent-Consistency-Model
like
629
Runtime error
App
Files
Files
Community
13
46bd9ac
Real-Time-Latent-Consistency-Model
/
frontend
/
postcss.config.js
radames
new base
cb92d2b
12 months ago
raw
Copy download link
history
blame
Safe
79 Bytes
export
default
{
plugins
: {
tailwindcss
: {},
autoprefixer
: {}
}
};