diff --git a/README.md b/README.md index f5ecb38..d2db5b5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ +![cover.png](docs/cover.png) + +[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/downloads/) +[![License](https://img.shields.io/badge/license-BSD3-green)](LICENSE) +[![Docker](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml/badge.svg)](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml) +------ + # Vits-Server 🔥 ⚡ A VITS ONNX server designed for fast inference, supporting streaming and additional inference settings to enable model preference settings and optimize performance. -[![Docker](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml/badge.svg)](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml) - ## Advantages 💪 - Automatic language type parsing for text, eliminating the need for language recognition segmentation. diff --git a/docs/cover.png b/docs/cover.png new file mode 100644 index 0000000..efbdc26 Binary files /dev/null and b/docs/cover.png differ