Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
inference-widgets
like
11
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0757360
inference-widgets
/
packages
/
shared
/
src
/
isFrontend.ts
machineuser
Sync widgets demo
9609cf5
about 1 year ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
{ isBackend }
from
"./isBackend"
;
export
const
isFrontend = !isBackend;