Skip to content

Commit

Permalink
fixing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit2152sharma committed Feb 25, 2024
1 parent 696907c commit 253efbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ Install Manim Voiceover with the ``pyttsx3`` extra in order to use :py:class:`~p
Refer to the `example usage <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/pyttsx3-example.py>`__ to get started.


:py:class:`~eleven_labs.ElevenlabsService`
:py:class:`~elevenlabs.ElevenlabsService`
******************************************

You can also use the `Eleven Labs TTS <https://www.elevenlabs.io/>`__ TTS service, for realistic voices. To use this you will need to create an account at `Eleven Labs <https://elevenlabs.io/>`__.

.. tip::
Elevenlabs currently offers free TTS of 10,000 characters/month and upto 3 custom voices.

Install Manim Voiceover with the ``elevenlabs`` extra in order to use :py:class:`~eleven_labs.ElevenlabsService`:
Install Manim Voiceover with the ``elevenlabs`` extra in order to use :py:class:`~elevenlabs.ElevenlabsService`:

.. code:: sh
Expand Down

0 comments on commit 253efbc

Please sign in to comment.