Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Jun 8, 2024
1 parent 1ee20dd commit 0f9f8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/interface/examples/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"""
LTP Server 是对 LTP 的一个简单包装,依赖于 tornado,使用方式如下:
.. code-block:: bash
pip install ltp, tornado
python tools/server.py serve
pip install fastapi uvicorn
uvicorn server:app
"""

from typing import List, Union
Expand Down

0 comments on commit 0f9f8fb

Please sign in to comment.