Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/stable-diffusion-tpu
ewnewq
/
stable-diffusion-tpu
like
0
Runtime error
App
Files
Files
Community
0a9f2fc
stable-diffusion-tpu
/
type
/
index.ts
Esteves Enzo
add loading animate
5881efa
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
export
interface
Collection
{
id
:
number
;
blob
: {
type
:
string
;
data
:
ArrayBuffer
};
prompt
:
string
;
}