Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ from vits2_engine import VITS2Engine
|
|
| 46 |
engine = VITS2Engine(model_dir="path/to/vits2-claude")
|
| 47 |
|
| 48 |
# Generate speech
|
| 49 |
-
wav = engine.tts("
|
| 50 |
|
| 51 |
# Save to file
|
| 52 |
wavfile.write("output.wav", engine.sample_rate, wav)
|
|
@@ -55,7 +55,7 @@ wavfile.write("output.wav", engine.sample_rate, wav)
|
|
| 55 |
### Command Line
|
| 56 |
|
| 57 |
```bash
|
| 58 |
-
python inference.py "
|
| 59 |
|
| 60 |
# With custom parameters
|
| 61 |
python inference.py "Text" --noise_scale 0.5 --length_scale 1.1 -o output.wav
|
|
|
|
| 46 |
engine = VITS2Engine(model_dir="path/to/vits2-claude")
|
| 47 |
|
| 48 |
# Generate speech
|
| 49 |
+
wav = engine.tts("moien, wéi geet et dir?")
|
| 50 |
|
| 51 |
# Save to file
|
| 52 |
wavfile.write("output.wav", engine.sample_rate, wav)
|
|
|
|
| 55 |
### Command Line
|
| 56 |
|
| 57 |
```bash
|
| 58 |
+
python inference.py "moien, wéi geet et dir?"
|
| 59 |
|
| 60 |
# With custom parameters
|
| 61 |
python inference.py "Text" --noise_scale 0.5 --length_scale 1.1 -o output.wav
|