From e8abe8f5f7c5c77f27307571ebfdef8e9c9e2754 Mon Sep 17 00:00:00 2001 From: RodriMora <bullerwins@gmail.com> Date: Tue, 20 Aug 2024 11:18:17 +0200 Subject: [PATCH] Update README.md Fixed the old repo reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 060e644..822c765 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The code is designed to facilitate easy modification. Each component is implemen Clone the repository: ```bash -git clone https://github.com/eustlb/speech-to-speech.git +git clone https://github.com/huggingface/speech-to-speech.git cd speech-to-speech ``` @@ -165,4 +165,4 @@ Other generation parameters of the model's generate method can be set using the journal = {GitHub repository}, howpublished = {\url{https://github.com/huggingface/parler-tts}} } -``` \ No newline at end of file +``` -- GitLab