Skip to content
Merged
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
6 changes: 3 additions & 3 deletions examples/speech-to-speech/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dora Speech to Text example
# Dora Speech to Speech example

Make sure to have, dora, pip and cargo installed.

Expand All @@ -23,6 +23,6 @@ sudo apt-get install espeak
```bash
uv venv --seed -p 3.11
uv pip install -e ../../apis/python/node --reinstall
dora build kokoro-dev.yml
dora run kokoro-dev.yml
dora build kokoro-dev.yml --uv
dora run kokoro-dev.yml --uv
```
Loading