Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
techconspartners
/
ConversAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
76b93b0
ConversAI
/
src
/
utils
/
utils.py
ishworrsubedii
Integrated speech transcription
b368e21
7 months ago
raw
Copy download link
history
blame
Safe
188 Bytes
"""
Created By: ishwor subedi
Date: 2024-08-02
"""
import
yaml
def
load_config
(
file_path
):
with
open
(file_path,
'r'
)
as
file:
config = yaml.safe_load(file)
return
config