Skip to content

Commit

Permalink
Merge pull request #60 from YasienDwieb/patch-1
Browse files Browse the repository at this point in the history
Fix issues with while loop and trailing slash due to using sh instead of bash
  • Loading branch information
HeCheng0625 authored Dec 28, 2023
2 parents 833af33 + b5a07a6 commit cae20ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/tts/NaturalSpeech2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sh egs/tts/NaturalSpeech2/run_train.sh
## 4. Inference

```bash
sh egs/tts/NaturalSpeech2/run_inference.sh --text "[The text you want to generate]"
bash egs/tts/NaturalSpeech2/run_inference.sh --text "[The text you want to generate]"
```

We released a pre-trained Amphion NatrualSpeech2 model. So you can download the pre-trained model [here](https://huggingface.co/amphion/naturalspeech2_libritts) and generate speech following the above inference instruction.
Expand All @@ -44,4 +44,4 @@ We also provided an online [demo](https://huggingface.co/spaces/amphion/NaturalS
journal={arXiv preprint arXiv:2304.09116},
year={2023}
}
```
```

0 comments on commit cae20ce

Please sign in to comment.