Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joseph-hf
/
ai-comic-generator
like
29
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ai-comic-generator
File size: 88 Bytes
450060f
1
2
3
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]