Update README.md

This commit is contained in:
Prithiviraj Damodaran 2021-05-07 08:47:40 +00:00 committed by huggingface-web
parent e922b4d48f
commit f6aa5bf493
1 changed files with 1 additions and 1 deletions

View File

@ -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?"
]