Maneel commited on
Commit
035151b
·
1 Parent(s): d70f1fd

Requirementex.txt

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ wandb_project = "attentionvisualizer"
12
  wandb_model = "attentionvisualizer:v3"
13
  wandb_model_path = f"{wandb_team}/{wandb_project}/{wandb_model}"
14
  os.system("python3 -m spacy download en_core_web_sm")
 
15
 
16
  wandb.init()
17
  current_folder = Path().parent
 
12
  wandb_model = "attentionvisualizer:v3"
13
  wandb_model_path = f"{wandb_team}/{wandb_project}/{wandb_model}"
14
  os.system("python3 -m spacy download en_core_web_sm")
15
+ os.system("python3 -m spacy download de_core_news_sm")
16
 
17
  wandb.init()
18
  current_folder = Path().parent