Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ChandimaPrabath
/
eve
like
0
Sleeping
App
Files
Files
Community
1
29e070f
eve
/
utils.py
ChandimaPrabath
init
af3518b
5 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
def
read_config
():
import
yaml
with
open
(
"config.yaml"
,
"r"
)
as
yamlfile:
config = yaml.load(yamlfile, Loader=yaml.FullLoader)
return
config[
'config'
]