Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 727 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 727 Bytes

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