diff --git a/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py b/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py
index fea1bb2ec7d5633144cde9170985302798ae4bf5..6a4fbc67816660e202960828b2c4abd042e71a3c 100644
--- a/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py
+++ b/modules/image/Image_gan/style_transfer/lapstyle_circuit/module.py
@@ -55,7 +55,7 @@ class Lapstyle_circuit:
images (list[dict]): data of images, each element is a dict:
- content (numpy.ndarray): input image,shape is \[H, W, C\],BGR format;
- style (numpy.ndarray) : style image,shape is \[H, W, C\],BGR format;
- paths (list[str]): paths to images, eacg element is a dict:
+ paths (list[dict]): paths to images, eacg element is a dict:
- content (str): path to input image;
- style (str) : path to style image;