prithivida commited on
Commit
f6aa5bf
1 Parent(s): e922b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ pip install parrot
30
 
31
  import warnings
32
  warnings.filterwarnings("ignore")
33
- parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=True)
34
  phrases = ["Can you recommed some upscale restaurants in Rome?",
35
  "What are the famous places we should not miss in Russia?"
36
  ]
 
30
 
31
  import warnings
32
  warnings.filterwarnings("ignore")
33
+ parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
34
  phrases = ["Can you recommed some upscale restaurants in Rome?",
35
  "What are the famous places we should not miss in Russia?"
36
  ]