Mauro24 commited on
Commit
b746bb6
·
verified ·
1 Parent(s): b4dba08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ else:
26
  print(f"Il file {zip_path} non è stato trovato!")
27
 
28
  # Carica il modello
29
- #nlp = spacy.load(extract_dir)
30
- nlp = spacy.load('en_core_web_sm')
31
 
32
  # Carica il modello SentenceTransformer
33
  model = SentenceTransformer('sentence-transformers/all-mpnet-base-v2', device='cpu')
 
26
  print(f"Il file {zip_path} non è stato trovato!")
27
 
28
  # Carica il modello
29
+ nlp = spacy.load(extract_dir)
30
+ #nlp = spacy.load('en_core_web_sm')
31
 
32
  # Carica il modello SentenceTransformer
33
  model = SentenceTransformer('sentence-transformers/all-mpnet-base-v2', device='cpu')