Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
aitube2
like
283
Running
on
CPU Upgrade
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
3adb71a
aitube2
/
src
/
app
/
state
/
defaultSettings.ts
jbilcke-hf
HF Staff
just a lil bit of plumbing
1185ec1
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
113 Bytes
import
{
Settings
}
from
"@/types/general"
export
const
defaultSettings
:
Settings
= {
huggingfaceApiKey
:
""
,
}