Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface/inference-playground
FallnAI
/
LLM-Inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
654f56a
LLM-Inference
/
src
/
routes
/
+layout.svelte
Thomas G. Lopes
fix icon provider lag
f5e7fbe
about 2 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
134 Bytes
<
script
lang
=
"ts"
>
import
"../app.css"
;
import
DebugMenu
from
"$lib/components/DebugMenu.svelte"
;
</
script
>
<
slot
/>
<
DebugMenu
/>