Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-stories-factory
like
710
Paused
App
Files
Files
Community
15
26a5802
ai-stories-factory
/
src
/
lib
/
utils
/
pick.ts
jbilcke-hf
HF staff
making progress on the AI Stories Factory
6821e3e
8 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]