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