diff --git a/README.md b/README.md
index 9e34d19..9568038 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
An image embedding pipeline generates a vector given an image. This Pipeline extracts features for image with 'ResNet50' models provided by [Timm](https://github.com/rwightman/pytorch-image-models). Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr), who maintains SOTA deep-learning models and tools in computer vision.
+
+
## Code Example
@@ -33,6 +35,8 @@ res = p('https://github.com/towhee-io/towhee/raw/main/towhee_logo.png')
res.get()
```
+
+
## **Configuration**
@@ -61,6 +65,8 @@ The flag to control whether to skip image pre-process. The default value is Fals
The number of GPU device, defaults to -1, which means using CPU.
+
+
## Interface