ahm14 commited on
Commit
3cf4930
·
verified ·
1 Parent(s): de1ac3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from docx import Document
3
  from transformers import pipeline
4
  from langdetect import detect
5
  import spacy
 
6
 
7
  # Check if the spaCy model exists, if not, download it
8
  model_name = "en_core_web_sm"
 
3
  from transformers import pipeline
4
  from langdetect import detect
5
  import spacy
6
+ import os
7
 
8
  # Check if the spaCy model exists, if not, download it
9
  model_name = "en_core_web_sm"