Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
agiragri
/
gc
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
64f9ede
gc
/
util.py
ionosphere
Update with common
64f9ede
4 months ago
raw
Copy download link
history
blame
Safe
207 Bytes
import
os
import
yaml
def
getYamlConfig
():
file_path = os.path.join(os.path.dirname(__file__),
'config.yaml'
)
with
open
(file_path,
'r'
, encoding=
'utf-8'
)
as
file:
return
yaml.safe_load(file)