Skip to content

Commit 470ee50

Browse files
patch README
1 parent 5aa8daa commit 470ee50

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ The official Python API for [ElevenLabs](https://elevenlabs.io/) [text-to-speech
1414

1515
Check out the [HTTP API documentation](https://elevenlabs.io/docs/api-reference).
1616

17-
## ⚙️ Install
17+
## Install
1818

1919
```bash
2020
pip install elevenlabs
2121
```
2222

23-
## 🗣️ Usage
24-
25-
[![Open in Spaces](https://img.shields.io/badge/🤗-Open%20in%20Spaces-blue.svg)](https://huggingface.co/spaces/elevenlabs/tts)
26-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/flavioschneider/49468d728a816c6538fd2f56b3b50b96/elevenlabs-python.ipynb)
23+
## Usage
2724

2825
### Main Models
2926

@@ -72,7 +69,7 @@ play(audio)
7269

7370
</details>
7471

75-
## 🗣️ Voices
72+
## Voices
7673

7774
List all your available voices with `voices()`.
7875

@@ -113,7 +110,7 @@ voice = client.voices.ivc.create(
113110
)
114111
```
115112

116-
## 🚿 Streaming
113+
## Streaming
117114

118115
Stream audio in real-time, as it's being generated.
119116

@@ -161,9 +158,7 @@ asyncio.run(print_models())
161158

162159
## Languages Supported
163160

164-
We support 32 languages and 100+ accents. Explore [all languages](https://elevenlabs.io/languages).
165-
166-
<img src="https://github.com/elevenlabs/elevenlabs-js/blob/main/assets/languages.png" width="900">
161+
Explore [all models & languages](https://elevenlabs.io/docs/models).
167162

168163
## Contributing
169164

0 commit comments

Comments
 (0)