diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b76b4f..3c0a154 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python Debugger: Current File", "type": "debugpy", "request": "launch", - "program": "${file}", + "program": "example_inference.py", "console": "integratedTerminal" } ]