numBery commited on
Commit
6a4fc47
·
1 Parent(s): 48029cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -68,7 +68,6 @@ def t5_paraphraser(text, number_of_results=5):
68
 
69
 
70
  #### Extract Sentences with Keywords -> Paraphrase multiple versions -> Extract Keywords again
71
- @st.cache()
72
  def extract_paraphrased_sentences(article):
73
 
74
  start1 = time.time()
 
68
 
69
 
70
  #### Extract Sentences with Keywords -> Paraphrase multiple versions -> Extract Keywords again
 
71
  def extract_paraphrased_sentences(article):
72
 
73
  start1 = time.time()