diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 67e437e..9a67959 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,8 +7,7 @@
-
-
+
@@ -93,7 +92,7 @@
-
+
@@ -568,8 +567,8 @@
-
+
@@ -657,7 +656,7 @@
-
+
diff --git a/README.md b/README.md
index e33d54d..df685cc 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
from docutranslate import app
import uvicorn
-uvicorn.run(app, host="127.0.0.1", port=8010)
+uvicorn.run(app, host="127.0.0.1", port=8010)#然后浏览器打开https://127.0.0.1:8080
```
## 翻译文件
diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py
index daaba6a..addea15 100644
--- a/docutranslate/__init__.py
+++ b/docutranslate/__init__.py
@@ -1 +1,2 @@
-from .translater import FileTranslater
\ No newline at end of file
+from .translater import FileTranslater
+from .app import app
\ No newline at end of file