Spaces:
Runtime error
Runtime error
File size: 938 Bytes
7740579 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
title: XTTS_V2 work on CPU Can duplicate
author: Olivier-Truong
emoji: 🚀
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 3.44.3
app_file: app.py
pinned: true
models:
- coqui/XTTS-v1
---
# Usage For Windows:
- Unzip `XTTS_V2_CPU_working.zip`
- This folder contain:
1. <strong>python3.10 embed for windows (amd64 / x64)</strong>
2. All libraries for xtts_v2 install in `.\runtime\Lib` so you don't need to install dependancies
3. ffmpeg for formats conversion (wav, mp3, m4a, mp4...). Binary is for (x64 / amd64)
4. A shortcut (go-web.bat) to run xtts_v2 command line is : '%cd%\runtime\python.exe %cd%\app.py'
<br>
## It's portable version so you can run `go-web.bat` and it's start gradio web-server.
### For a online demo you can check my huggingface: https://huggingface.co/spaces/Olivier-Truong/XTTS_V2_CPU_working
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |