Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
137
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
53e0cfa
inference-playground
/
src
/
routes
/
+page.svelte
Thomas G. Lopes
abstract models
c7f83e1
29 days ago
raw
Copy download link
history
blame
Safe
153 Bytes
<
script
lang
=
"ts"
>
import
InferencePlayground
from
"$lib/components/InferencePlayground/InferencePlayground.svelte"
;
</
script
>
<
InferencePlayground
/>