stefanoviel commited on
Commit
2c1d8e4
·
1 Parent(s): 53b63ed

not forcing

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -19,7 +19,7 @@ CSV_FILE = 'papers_with_abstracts_parallel.csv'
19
 
20
  def load_embedding_model():
21
  """Loads the Sentence Transformer model and caches it."""
22
- return SentenceTransformer(EMBEDDING_MODEL, force_download=True)
23
 
24
 
25
  def load_spell_checker():
 
19
 
20
  def load_embedding_model():
21
  """Loads the Sentence Transformer model and caches it."""
22
+ return SentenceTransformer(EMBEDDING_MODEL)
23
 
24
 
25
  def load_spell_checker():