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
52d39bb
ai-tube
/
src
/
app
/
state
/
defaultSettings.ts
jbilcke-hf
HF staff
work on HF login
16891a6
12 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
{
Settings
}
from
"@/types/general"
export
const
defaultSettings
:
Settings
= {
huggingfaceApiKey
:
""
,
huggingfaceTemporaryApiKey
:
""
,
}