Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
tikslop
like
303
Running
on
CPU Upgrade
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
4c34e70
tikslop
/
src
/
app
/
config.ts
jbilcke-hf
HF Staff
hide some features for the beta + improve player
f27679f
over 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
export
const
showBetaFeatures =
`
${
process.env.NEXT_PUBLIC_SHOW_BETA_FEATURES ||
""
}
`
.
trim
().
toLowerCase
() ===
"true"