Copying the wrong python file...ugh

This commit is contained in:
niten 2023-01-07 15:56:12 -08:00
parent 12846d890a
commit b7dbe33d4b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
installPhase = ''
mkdir -p $out
cp $src/detector.py $out/detector.py
cp $src/yolo-cli.py $out/objectifier.py
cp $src/objectifier.py $out/objectifier.py
'';
};