Skip to content

Commit

Permalink
Merge pull request #95 from makermotion/main
Browse files Browse the repository at this point in the history
change misleading title 'Speech to Text' -> 'Text to Speech'
  • Loading branch information
kadirnar authored May 7, 2024
2 parents 300e4a2 + f832dc4 commit 222443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ response = chat.run_query(query)
print(response)
```

### 🎙️ Speech to Text
### 🎙️ Text to Speech

```python
from whisperplus.pipelines.text2speech import TextToSpeechPipeline
Expand Down

0 comments on commit 222443e

Please sign in to comment.