Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joemaatouk
/
machine-learning-ui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9c9d1f2
machine-learning-ui
/
config.py
katanaml
Config script addition
5e0419e
almost 2 years ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
os
class
Settings
():
sparrow_key = os.environ.get(
"sparrow_key"
)
settings = Settings()