Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
283
Running
App
Files
Files
Community
10
5f6a9eb
ai-tube
/
src
/
app
/
config.ts
jbilcke-hf
HF staff
hide some features for the beta + improve player
f27679f
about 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"