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