We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee7b5b commit 5b24aeeCopy full SHA for 5b24aee
.vscode/launch.json
@@ -28,7 +28,7 @@
28
"name": "PyTrickle Demo with Text Publishing",
29
"type": "debugpy",
30
"request": "launch",
31
- "program": "${workspaceFolder}/examples/process_video_with_text.py",
+ "program": "${workspaceFolder}/examples/text_output_example.py",
32
"console": "integratedTerminal",
33
"cwd": "${workspaceFolder}/examples",
34
"env": {
examples/process_video_with_text.py renamed to examples/text_output_example.py
0 commit comments