Multimodal_CV / src /utils.py
Al1Abdullah's picture
Initial commit for Hugging Face Space
593f0ea
raw
history blame contribute delete
140 Bytes
import json
import yaml
def load_config():
with open('./config.yaml', 'r') as f:
config = yaml.safe_load(f)
return config