Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Suprath/lipSync
sreesaiarjun
/
lipSync
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lipSync
/
config
/
__init__.py
Suprath
Upload 54 files
9f4b9c7
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
177 Bytes
from
omegaconf
import
DictConfig, OmegaConf
hparams: DictConfig = OmegaConf.load(
"config/nota_wav2lip.yaml"
)
hparams_gradio: DictConfig = OmegaConf.load(
"config/gradio.yaml"
)