Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lerobot
/
LeLab
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LeLab
/
src
/
lib
/
isHostedSpace.ts
GitHub CI
Sync from leLab @ 7317f7103e3a9d7f45fe4c0d6e4660a8f9d295e3
fc9bd9f
5 days ago
raw
Copy download link
history
blame
contribute
delete
129 Bytes
export
const
isHostedSpace = ():
boolean
=>
typeof
window
!==
"undefined"
&&
window
.
location
.
hostname
.
endsWith
(
".hf.space"
);