Actualiser main.py
This commit is contained in:
parent
6a947b8792
commit
50676b76d5
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -13,7 +13,7 @@ class TranslationResponse(BaseModel):
|
|||
text: str
|
||||
|
||||
|
||||
@app.get("/corriger")
|
||||
@app.post("/corriger")
|
||||
def translate(request: TranslationRequest):
|
||||
# Implement Point-Median algorithm here
|
||||
texte = request.text
|
||||
|
|
Loading…
Reference in a new issue