Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
138
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
aac02fe
inference-playground
/
src
/
lib
/
utils
/
platform.ts
Thomas G. Lopes
qol changes
8c7e7de
about 1 month ago
raw
Copy download link
history
blame
Safe
90 Bytes
export
function
isMac
(
) {
return
navigator.
platform
.
toUpperCase
().
indexOf
(
"MAC"
) >=
0
;
}