Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Detomo
/
ai-comic-generation
like
42
Runtime error
App
Files
Files
Community
1
2728346
ai-comic-generation
/
src
/
lib
/
pick.ts
vumichien
Upload folder using huggingface_hub
2728346
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]