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
a64395a
ai-tube
/
src
/
app
/
state
/
defaultSettings.ts
jbilcke-hf
HF staff
made some changes to the hub.js client
a64395a
12 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
{
Settings
}
from
"@/types"
export
const
defaultSettings
:
Settings
= {
huggingfaceApiKey
:
""
,
}