Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
tikslop
like
302
Running
on
CPU Upgrade
App
Files
Files
Community
14
Fetching metadata from the HF Docker repository...
f26b729
tikslop
/
lib
/
config
/
README.md
jbilcke-hf
HF Staff
initial commit log 🪵🦫
5acd9c3
29 days ago
preview
code
|
raw
Copy download link
history
blame
Safe
175 Bytes
Put secrets in here, used only during development
eg
```
class AiTubeSecrets {
final String huggingfaceToken;
AiTubeSecrets({
this.huggingfaceToken = '',
})
}
```