Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
279
Running
on
CPU Upgrade
App
Files
Files
Community
9
main
ai-tube
/
src
/
app
/
state
/
defaultSettings.ts
jbilcke-hf
HF staff
work on HF login
16891a6
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
{
Settings
}
from
"@/types/general"
export
const
defaultSettings
:
Settings
= {
huggingfaceApiKey
:
""
,
huggingfaceTemporaryApiKey
:
""
,
}