diff --git a/README.md b/README.md
index e40f1cf..d5cc0ab 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,27 @@
![linux_macos_packages](https://img.shields.io/github/actions/workflow/status/AnyaCoder/fish-speech-gui/ci.yml?label=linux-macos-build)
+## Features
+
+1. **User-Friendly API Requests** :
+ Easily send requests to the Fish-Speech API through a clean and intuitive interface. Users can quickly set up configurations, select voice settings, and manage audio processing with minimal setup.
+
+2. **Integrated Audio Processing Toolkits**:
+ Provides essential toolkits for various audio tasks, including resampling, vocal separation, and transcription. These tools are seamlessly integrated, allowing for smooth workflows and efficient processing of audio files.
+
+3. **Extensibility and Flexibility**:
+ Designed with extension in mind, the GUI supports adding new features and plugins, enabling users to tailor the tool to specific needs and projects.
+
+4. **Real-Time Monitoring and Streaming**
+ Offers options for real-time audio streaming and detailed latency information, enhancing user experience for both playback and synthesis monitoring.
+
## Basic Setup
-
+
## Text to Speech
-
+
# Build from Source
diff --git a/assets/basic.png b/assets/basic.png
new file mode 100644
index 0000000..963649f
Binary files /dev/null and b/assets/basic.png differ
diff --git a/assets/example.png b/assets/example.png
deleted file mode 100644
index e191e52..0000000
Binary files a/assets/example.png and /dev/null differ
diff --git a/assets/example_1_basic.png b/assets/example_1_basic.png
deleted file mode 100644
index 4e78c4d..0000000
Binary files a/assets/example_1_basic.png and /dev/null differ
diff --git a/assets/example_1_tts.png b/assets/example_1_tts.png
deleted file mode 100644
index 01c5f4d..0000000
Binary files a/assets/example_1_tts.png and /dev/null differ
diff --git a/assets/tts.png b/assets/tts.png
new file mode 100644
index 0000000..47a9eaa
Binary files /dev/null and b/assets/tts.png differ
diff --git a/pyproject.toml b/pyproject.toml
index 2ad8c2f..c03372a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fish-speech-gui"
-version = "1.3.0"
+version = "1.3.1"
description = "fish-speech comfortable GUI"
readme = "README.md"
requires-python = "<3.12,>=3.10"