Update app_hallo.py
Browse files- app_hallo.py +1 -1
app_hallo.py
CHANGED
|
@@ -113,7 +113,7 @@ def inference_process(args: argparse.Namespace):
|
|
| 113 |
config = OmegaConf.load(args.config)
|
| 114 |
config = OmegaConf.merge(config, cli_args)
|
| 115 |
source_image_path = args.source_image
|
| 116 |
-
driving_audio_path = args.
|
| 117 |
save_path = config.save_path
|
| 118 |
if not os.path.exists(save_path):
|
| 119 |
os.makedirs(save_path)
|
|
|
|
| 113 |
config = OmegaConf.load(args.config)
|
| 114 |
config = OmegaConf.merge(config, cli_args)
|
| 115 |
source_image_path = args.source_image
|
| 116 |
+
driving_audio_path = args.driven_audio
|
| 117 |
save_path = config.save_path
|
| 118 |
if not os.path.exists(save_path):
|
| 119 |
os.makedirs(save_path)
|