Browse Source

docs: fix speech-to-speech example README (#1052)

tags/v0.3.12-fix
Haixuan Xavier Tao GitHub 6 months ago
parent
commit
abab1bb1c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      examples/speech-to-speech/README.md

+ 3
- 3
examples/speech-to-speech/README.md View File

@@ -1,4 +1,4 @@
# Dora Speech to Text example
# Dora Speech to Speech example

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

@@ -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…
Cancel
Save