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...
058d10c
inference-playground
/
src
/
routes
/
+page.svelte
Thomas G. Lopes
change casing
b1426d3
22 days ago
raw
Copy download link
history
blame
Safe
127 Bytes
<
script
lang
=
"ts"
>
import
Playground
from
"$lib/components/inference-playground/playground.svelte"
;
</
script
>
<
Playground
/>