silero webui
1.0.0
A browser interface based on Gradio library for Silero TTS.

# 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 
tts_preprocessor.py and some code in app.py: https://github.com/oobabooga/text-generation-webui/tree/main/extensions/silero_ttsapp.py: https://github.com/facebookresearch/audiocraft