From 00b56dcb1898a50a0b1b191c15d247a101a55835 Mon Sep 17 00:00:00 2001 From: Anup Singh Date: Mon, 15 Jan 2024 00:50:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef9ae9..439353b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ 1. To create a reference database, first, update the `create_refdbase.yaml` file, focusing on specifying the path corresponding to the reference audio files. 2. After updating the configuration file, execute the following command from the `index/` directory: `python create_refdbase.py` 3. To update the existing index with new audio files, update the following keys in `create_refdbase.yaml`: -- set `append_db` to 'True' in the `create_refdbase.yaml` file. +- set `append_db` to 'True' - set `load_index_path` to a path of existing index file -------------------------------------------------------------------------------------------------------------------- ### Audio Retrieval