From f6aa5bf4937d7d077e1ac5e48df73ce8f890d9eb Mon Sep 17 00:00:00 2001 From: Prithiviraj Damodaran Date: Fri, 7 May 2021 08:47:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c92db7..a0f2df8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install parrot import warnings warnings.filterwarnings("ignore") -parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=True) +parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False) phrases = ["Can you recommed some upscale restaurants in Rome?", "What are the famous places we should not miss in Russia?" ]