UKPLab/EasyNMT

Docker Error - Booted as backend: False - Response: {'detail': 'Not Found'}

Closed this issue · 2 comments

I follow the Docker Setup but it did not work. Tried on both Ubuntu, Windows Docker and both cpu and cuda version but the same error of Booted as backend: False - Response: {'detail': 'Not Found'}.
image

Did you try to access the / URL? It is not defined and returns 404, as expected.

you have to access the /translate path, i.e.
http://localhost:24080/translate?target_lang=en&text=Hallo%20Welt

oh, it's my fault. Thanks so much :)