Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/stable-diffusion-tpu
ewnewq
/
stable-diffusion-tpu
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef3b17f
stable-diffusion-tpu
/
utils
/
type.ts
Esteves Enzo
manage error
0891679
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
178 Bytes
export
interface
Collection
{
id
:
string
;
blob
: {
type
:
string
;
data
:
ArrayBuffer
};
prompt
:
string
;
createdAt
:
string
;
error?:
string
;
loading?:
boolean
;
}