eloukas commited on
Commit
4bddb96
1 Parent(s): fe37a06

Update summaries

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ async def process_ner(
264
 
265
 
266
  # @app.post("/pos", response_model=List[POSItem], summary="Part-of-Speech Tagging")
267
- @app.post("/pos", response_model=POSResponse, summary="Part-of-Speech (POS) Tagging")
268
  async def process_pos(
269
  text: str = Query(
270
  ...,
 
264
 
265
 
266
  # @app.post("/pos", response_model=List[POSItem], summary="Part-of-Speech Tagging")
267
+ @app.post("/pos", response_model=POSResponse, summary="Part-of-Speech Tagging (POS)")
268
  async def process_pos(
269
  text: str = Query(
270
  ...,