Showing
1 changed file
with
24 additions
and
17 deletions
| 1 | { | 1 | { |
| 2 | - "version": "0.2.0", | ||
| 3 | - "configurations": [ | ||
| 4 | - { | ||
| 5 | - "name": "Python: 带参数调试", | ||
| 6 | - "type": "python", | ||
| 7 | - "request": "launch", | ||
| 8 | - "program": "${workspaceFolder}/app.py", | ||
| 9 | - "args": [ | ||
| 10 | - "--transport", "webrtc", | ||
| 11 | - "--model", "wav2lip", | ||
| 12 | - "--avatar_id", "wav2lip256_avatar1" | ||
| 13 | - ], | ||
| 14 | - "console": "integratedTerminal", | ||
| 15 | - "justMyCode": true | ||
| 16 | - } | ||
| 17 | - ] | ||
| 18 | -} | ||
| 2 | + "version": "0.2.0", | ||
| 3 | + "configurations": [ | ||
| 4 | + { | ||
| 5 | + "name": "Python: 带参数调试", | ||
| 6 | + "type": "python", | ||
| 7 | + "request": "launch", | ||
| 8 | + "program": "${workspaceFolder}/app.py", | ||
| 9 | + "args": [ | ||
| 10 | + "--transport", | ||
| 11 | + "webrtc", | ||
| 12 | + "--model", | ||
| 13 | + "wav2lip", | ||
| 14 | + "--avatar_id", | ||
| 15 | + "wav2lip256_avatar10", | ||
| 16 | + "--fullbody_height", | ||
| 17 | + "1920", | ||
| 18 | + "--fullbody_width", | ||
| 19 | + "1080" | ||
| 20 | + ], | ||
| 21 | + "console": "integratedTerminal", | ||
| 22 | + "justMyCode": true | ||
| 23 | + } | ||
| 24 | + ] | ||
| 25 | +} |
-
Please register or login to post a comment