Note
Forked from ycyy/edge-tts-webui, translated to English, and added support for all available languages from edge-tts.
edge-tts-webui
is the web interface version of edge-tts developed with gradio
.
To avoid conflicts with other Python packages, it's recommended to create a virtual environment:
-
Clone the repository:
git clone https://github.com/kryef/edge-tts-webui.git cd edge-tts-webui
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
-
Install the required packages:
pip install -r requirements.txt
To start the application, run:
python src/app.py
Launch your favorite web browser and go to:
http://127.0.0.1:7860/