/silero-webui

Silero TTS web UI

Primary LanguagePythonMIT LicenseMIT

Silero web UI

A browser interface based on Gradio library for Silero TTS.

Preview

Installation and Running

# Clone
git clone https://github.com/GhostNaN/silero-webui
cd silero-webui
# Create venv
python -m venv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Run app
python app.py

You can also run with the included shell script

Acknowledgments