Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/inference-playground
Mukrii
/
inference-playground
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
inference-playground
/
src
/
lib
/
state
/
view.svelte.ts
enzostvs
HF Staff
new stuffs
f5dc173
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
164 Bytes
export
const
viewState = $state({
draggable
:
localStorage
.
getItem
(
'draggable'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'draggable'
)!)
:
true
,
fitViewRequest
:
0
});