deepkyu's picture
Reinitialize demo with published github repository. With Gradio 4.x
16c8067
raw history blame
No virus
177 Bytes
from omegaconf import DictConfig, OmegaConf
hparams: DictConfig = OmegaConf.load("config/nota_wav2lip.yaml")
hparams_gradio: DictConfig = OmegaConf.load("config/gradio.yaml")