Spaces:
Sleeping
Sleeping
Dhrumit1314
commited on
Update app.py
Browse files
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/")
|