diff --git a/README.md b/README.md index 798f543..1b381a7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ import towhee towhee.glob('./test.png') \ .image_decode() \ - .img2img_translation.animegan(model_name = 'hayao') \ + .img2img_translation.cartoongan(model_name = 'Hayao') \ .show() ```