ZLSCompLing commited on
Commit
98aa56d
·
verified ·
1 Parent(s): 3cf87cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("Moien, wéi geet et dir?")
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 "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
 
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