Spaces:
Runtime error
Runtime error
File size: 177 Bytes
16c8067 |
1 2 3 4 5 6 |
from omegaconf import DictConfig, OmegaConf
hparams: DictConfig = OmegaConf.load("config/nota_wav2lip.yaml")
hparams_gradio: DictConfig = OmegaConf.load("config/gradio.yaml")
|