diff --git a/README.md b/README.md
index 86d50ea..b3804ec 100644
--- a/README.md
+++ b/README.md
@@ -1,478 +1,90 @@
-
+# GPT_SoVITS 服务 README
-
GPT-SoVITS-WebUI
-A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI.
+## 简要说明
-[](https://github.com/RVC-Boss/GPT-SoVITS)
+克隆音色并提供实时 TTS Web API,可动态切换 GPT/Sovits 权重,支持流式输出。
-

+## 启动
-
-
-[](https://www.python.org)
-[](https://github.com/RVC-Boss/gpt-sovits/releases)
-
-[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://lj1995-gpt-sovits-proplus.hf.space/)
-[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
-
-[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
-[](https://rentry.co/GPT-SoVITS-guide#/)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-
-**English** | [**中文简体**](./docs/cn/README.md) | [**日本語**](./docs/ja/README.md) | [**한국어**](./docs/ko/README.md) | [**Türkçe**](./docs/tr/README.md)
-
-
-
----
-
-## Features:
-
-1. **Zero-shot TTS:** Input a 5-second vocal sample and experience instant text-to-speech conversion.
-
-2. **Few-shot TTS:** Fine-tune the model with just 1 minute of training data for improved voice similarity and realism.
-
-3. **Cross-lingual Support:** Inference in languages different from the training dataset, currently supporting English, Japanese, Korean, Cantonese and Chinese.
-
-4. **WebUI Tools:** Integrated tools include voice accompaniment separation, automatic training set segmentation, Chinese ASR, and text labeling, assisting beginners in creating training datasets and GPT/SoVITS models.
-
-**Check out our [demo video](https://www.bilibili.com/video/BV12g4y1m7Uw) here!**
-
-Unseen speakers few-shot fine-tuning demo:
-
-https://github.com/RVC-Boss/GPT-SoVITS/assets/129054828/05bee1fa-bdd8-4d85-9350-80c060ab47fb
-
-**RTF(inference speed) of GPT-SoVITS v2 ProPlus**:
-0.028 tested in 4060Ti, 0.014 tested in 4090 (1400words~=4min, inference time is 3.36s), 0.526 in M4 CPU. You can test our [huggingface demo](https://lj1995-gpt-sovits-proplus.hf.space/) (half H200) to experience high-speed inference .
-
-请不要尬黑GPT-SoVITS推理速度慢,谢谢!
-
-**User guide: [简体中文](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e) | [English](https://rentry.co/GPT-SoVITS-guide#/)**
-
-## Installation
-
-For users in China, you can [click here](https://www.codewithgpu.com/i/RVC-Boss/GPT-SoVITS/GPT-SoVITS-Official) to use AutoDL Cloud Docker to experience the full functionality online.
-
-### Tested Environments
-
-| Python Version | PyTorch Version | Device |
-| -------------- | ---------------- | ------------- |
-| Python 3.10 | PyTorch 2.5.1 | CUDA 12.4 |
-| Python 3.11 | PyTorch 2.5.1 | CUDA 12.4 |
-| Python 3.11 | PyTorch 2.7.0 | CUDA 12.8 |
-| Python 3.9 | PyTorch 2.8.0dev | CUDA 12.8 |
-| Python 3.9 | PyTorch 2.5.1 | Apple silicon |
-| Python 3.11 | PyTorch 2.7.0 | Apple silicon |
-| Python 3.9 | PyTorch 2.2.2 | CPU |
-
-### Windows
-
-If you are a Windows user (tested with win>=10), you can [download the integrated package](https://huggingface.co/lj1995/GPT-SoVITS-windows-package/resolve/main/GPT-SoVITS-v3lora-20250228.7z?download=true) and double-click on _go-webui.bat_ to start GPT-SoVITS-WebUI.
-
-**Users in China can [download the package here](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e/dkxgpiy9zb96hob4#KTvnO).**
-
-Install the program by running the following commands:
-
-```pwsh
-conda create -n GPTSoVits python=3.10
-conda activate GPTSoVits
-pwsh -F install.ps1 --Device