Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
149
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
75ab73e
inference-playground
/
src
/
routes
/
+layout.svelte
Thomas G. Lopes
fix color scheme FOUC & listener
288702f
about 1 month ago
raw
Copy download link
history
blame
106 Bytes
<
script
lang
=
"ts"
>
import
"../app.css"
;
const
{ children }
= $props();
</
script
>
{@render children()}