Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model
radames
/
Real-Time-SD-Turbo
like
116
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
main
Real-Time-SD-Turbo
/
frontend
/
src
/
routes
/
+layout.svelte
radames
bump sveltkit and svelte
246efdb
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
<
script
lang
=
"ts"
>
import
"../app.css"
;
let
{ children }
= $props();
</
script
>
{@render children()}