Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/cpp/speech_generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ to run the sample.

It generates `output_audio.wav` file containing the phrase `Hello OpenVINO GenAI` spoken in the target voice.

See [SUPPORTED_MODELS.md](../../../SUPPORTED_MODELS.md#whisper-models) for the list of supported models.
See [SUPPORTED_MODELS.md](../../../SUPPORTED_MODELS.md#speech-generation-models) for the list of supported models.

# Text-to-speech pipeline usage

Expand Down
2 changes: 1 addition & 1 deletion samples/python/speech_generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ via `pip install -r ../../deployment-requirements.txt` and then, run a sample:

It generates `output_audio.wav` file containing the phrase `Hello OpenVINO GenAI` spoken in the target voice.

See [SUPPORTED_MODELS.md](../../../SUPPORTED_MODELS.md#whisper-models) for the list of supported models.
See [SUPPORTED_MODELS.md](../../../SUPPORTED_MODELS.md#speech-generation-models) for the list of supported models.

# Text-to-speech pipeline usage

Expand Down
Loading