Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cdlib
/
marc-match-ai-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44fb10e
marc-match-ai-demo
/
marcai
/
utils
/
load_config.py
RvanB
Add files from other repo
fbf7e95
about 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
115 Bytes
import
yaml
def
load_config
(
filename
):
with
open
(filename,
'r'
)
as
file:
return
yaml.safe_load(file)