shamim237 commited on
Commit
d9da467
1 Parent(s): 771a4bb

Update paraphrase.py

Browse files
Files changed (1) hide show
  1. paraphrase.py +2 -1
paraphrase.py CHANGED
@@ -10,7 +10,8 @@ tokenizer = AutoTokenizer.from_pretrained("ramsrigouthamg/t5-large-paraphraser-d
10
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
11
  model = model.to(device)
12
 
13
- @st.cache(allow_output_mutation=True)
 
14
  def para(paragraph):
15
 
16
  sen = []
 
10
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
11
  model = model.to(device)
12
 
13
+ # @st.cache(allow_output_mutation=True)
14
+
15
  def para(paragraph):
16
 
17
  sen = []