Royir commited on
Commit
266dfa0
·
1 Parent(s): eeda734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import subprocess
7
 
8
  def install_spacy_model(model_name):
9
  try:
10
- subprocess.check_call(["python", "-m", "pip", "install", "spacy"])
11
  subprocess.check_call(["python", "-m", "spacy", "download", model_name])
12
  except subprocess.CalledProcessError as e:
13
  print(f"Error occurred while installing the model: {model_name}")
 
7
 
8
  def install_spacy_model(model_name):
9
  try:
 
10
  subprocess.check_call(["python", "-m", "spacy", "download", model_name])
11
  except subprocess.CalledProcessError as e:
12
  print(f"Error occurred while installing the model: {model_name}")