Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ChandimaPrabath
/
eve
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
05a6e54
eve
/
utils.py
ChandimaPrabath
init
af3518b
11 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'
]