From bbeba0548f3ec10d4db43b88dcc8809d6f169f3f Mon Sep 17 00:00:00 2001 From: ikaros <327209194@qq.com> Date: Mon, 18 Mar 2024 16:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d266a28..0bde8bf 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ python:3.10.10 | 参数名 | 类型 | 是否必需 | 描述 | |-------- |--------|----------|-------------- | -| type | string | 是 | 使用的视频合成技术类型(easy_wav2lip / sadtalker) | +| type | string | 是 | 使用的视频合成技术类型(easy_wav2lip / sadtalker / genefaceplusplus) | | audio_path | string | 是 | 音频文件的绝对路径 | | insert_index | int | 是 | 插入索引值,队尾插入:-1,队首插入:0,其他自定义 |