mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
fixed outetts docs
This commit is contained in:
parent
6e42e673c6
commit
a3f7de7142
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ model_config = outetts.HFModelConfig_v1(
|
|||
interface = outetts.InterfaceHF(model_version="0.2", cfg=model_config)
|
||||
|
||||
speaker = interface.create_speaker(
|
||||
audio_path="/path/to/audio.wav",
|
||||
audio_path="input_audio.wav",
|
||||
|
||||
# If transcript is not provided, it will be automatically transcribed using Whisper
|
||||
transcript=None, # Set to None to use Whisper for transcription
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue