Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
techconspartners
/
ConversAI
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4275b3b
ConversAI
/
src
/
utils
/
utils.py
ishworrsubedii
Integrated speech transcription
b368e21
about 2 years ago
Raw
Download with hf CLI
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