diff --git a/.gitignore b/.gitignore index fd30d9b..15193c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ target -models/*.onnx -models/*.json +models/ +!models/.gitkeep venv/ .env output.wav -node_modules -models/ \ No newline at end of file +node_modules \ No newline at end of file diff --git a/README.md b/README.md index bb11fcc..0e78ac2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ORT_DYLIB_PATH=./libonnxruntime.dll cargo run -p sbv2_api -r -F dynamic ### models をインストール https://huggingface.co/googlefan/sbv2_onnx_models/tree/main -を models フォルダとして配置 +の中身を models フォルダに配置 ### .env ファイルの作成