Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
guess-the-image
like
73
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
831fcb9
guess-the-image
/
utils
/
index.ts
enzostvs
HF Staff
work in progress. end page and error management are missing
091969f
over 1 year ago
raw
Copy download link
history
blame
Safe
87 Bytes
export
const
sleep
= (
ms:
number
) =>
new
Promise
(
(
resolve
) =>
setTimeout
(resolve, ms));