Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gertie01
/
VideoQuest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VideoQuest
File size: 88 Bytes
4f64da5
1
2
3
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
)); }