Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
Real-Time-Latent-Consistency-Model
like
630
Runtime error
App
Files
Files
xet
Community
13
Fetching metadata from the HF Docker repository...
246efdb
Real-Time-Latent-Consistency-Model
/
frontend
/
.prettierrc
radames
bump sveltkit and svelte
246efdb
5 months ago
raw
Copy download link
history
blame
Safe
190 Bytes
{
"plugins"
: [
"prettier-plugin-svelte"
,
"prettier-plugin-tailwindcss"
],
"overrides"
: [
{
"files"
:
"*.svelte"
,
"options"
: {
"parser"
:
"svelte"
}
}
]
}