Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
138
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
17c3edf
inference-playground
/
src
/
routes
/
+layout.svelte
Thomas G. Lopes
fix icon provider lag
f5e7fbe
27 days ago
raw
Copy download link
history
blame
Safe
134 Bytes
<
script
lang
=
"ts"
>
import
"../app.css"
;
import
DebugMenu
from
"$lib/components/DebugMenu.svelte"
;
</
script
>
<
slot
/>
<
DebugMenu
/>