Update README.md

This commit is contained in:
kemuriririn 2025-03-26 18:23:17 +08:00 committed by GitHub
parent bd7530a7d9
commit 3ad7b7b566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ wget https://huggingface.co/IndexTeam/Index-TTS/resolve/main/unigram_12000.vocab
4. Run test script:
```bash
# Please put your prompt audio in 'test_data' and rename it to 'input.wav'
python indextts/infer.py
PYTHONPATH=. python indextts/infer.py
```
#### Web Demo
```bash