Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/color-palette-generator-sd
ismot
/
testaus3
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e0a699
testaus3
/
frontend
/
src
/
lib
/
store.ts
ismot
Duplicate from huggingface-projects/color-palette-generator-sd
4e0a699
almost 3 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
loadingState = writable<
string
>(
''
);
export
const
isLoading = writable<
boolean
>(
false
);