Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
stable-diffusion-multiplayer
like
353
Runtime error
App
Files
Files
Community
44
Fetching metadata from the HF Docker repository...
142f91b
stable-diffusion-multiplayer
/
frontend
/
src
/
lib
/
store.ts
radames
first
142f91b
unverified
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
);