Toggle navigation
Toggle navigation
This project
Loading...
Sign in
冯杨
/
liveTalking
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
冯杨
2025-07-22 16:03:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5e387edfce81f2e97715241848466c7914fb86f
c5e387ed
1 parent
fd51e309
测试文件提交
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
.vscode/launch.json
.vscode/launch.json
View file @
c5e387e
...
...
@@ -7,9 +7,16 @@
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/app.py"
,
"args"
:
[
"--transport"
,
"webrtc"
,
"--model"
,
"wav2lip"
,
"--avatar_id"
,
"wav2lip256_avatar1"
"--transport"
,
"webrtc"
,
"--model"
,
"wav2lip"
,
"--avatar_id"
,
"wav2lip256_avatar10"
,
"--fullbody_height"
,
"1920"
,
"--fullbody_width"
,
"1080"
],
"console"
:
"integratedTerminal"
,
"justMyCode"
:
true
...
...
Please
register
or
login
to post a comment