├── LICENSE ├── README.md ├── app.py ├── preview.png ├── requirements.txt ├── run.sh └── tts_preprocessor.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/app.py -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/preview.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/run.sh -------------------------------------------------------------------------------- /tts_preprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhostNaN/silero-webui/HEAD/tts_preprocessor.py --------------------------------------------------------------------------------