Dhrumit1314 commited on
Commit
27e9fb5
1 Parent(s): 144ef08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ from heapq import nlargest
21
  from werkzeug.utils import secure_filename
22
  from spacy.lang.en.stop_words import STOP_WORDS
23
  import huggingface_hub as hf_hub
 
24
 
25
  # Change the directory to the backend folder
26
  # os.chdir("E:/Centennial/SEMESTER 6/Software Development Project/backend/")
 
21
  from werkzeug.utils import secure_filename
22
  from spacy.lang.en.stop_words import STOP_WORDS
23
  import huggingface_hub as hf_hub
24
+ from huggingface_hub import HfApi, HfFolder
25
 
26
  # Change the directory to the backend folder
27
  # os.chdir("E:/Centennial/SEMESTER 6/Software Development Project/backend/")