diff --git a/README.md b/README.md
index 40938bb..ea803c8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
See the `conf.py`:
```
-scheme = 'B'
+scheme = 'A'
schemeA = {
'image_name': 'd1.jpg',
@@ -22,4 +22,4 @@ The A is useof openCV inpaint or model(LaMa); And B is useof openCV but no inpai
When you finished the conf, run `python main.py`.
If you have a better scheme, please connect me.
-Email: xiadongliang88@163.com
\ No newline at end of file
+Email: xiadongliang88@163.com
\ No newline at end of file
diff --git a/conf.py b/conf.py
index fbe7e64..8a90fc6 100644
--- a/conf.py
+++ b/conf.py
@@ -1,4 +1,4 @@
-scheme = 'B'
+scheme = 'A'
schemeA = {
'image_name': 'd1.jpg',
diff --git a/main.py b/main.py
index c550238..b3f83fe 100644
--- a/main.py
+++ b/main.py
@@ -25,4 +25,4 @@ if __name__ == '__main__':
run_script("schemeB.py")
else:
- print('请检查配置文件conf.py中的scheme字段')
\ No newline at end of file
+ print('Please check the scheme field in the configuration file conf.py')
\ No newline at end of file