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...
3acb612
stable-diffusion-tpu
/
type
/
index.ts
Esteves Enzo
add loading animate
5881efa
over 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
export
interface
Collection
{
id
:
number
;
blob
: {
type
:
string
;
data
:
ArrayBuffer
};
prompt
:
string
;
}