Spaces:
Sleeping
Sleeping
Muhammad Adnan
commited on
Commit
·
296c958
1
Parent(s):
1902b3b
Update requirements.txt with huggingface_hub version
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -6,3 +6,5 @@ numpy==1.24.2
|
|
6 |
datasets==2.9.0
|
7 |
beautifulsoup4==4.12.0
|
8 |
spacy==3.5.0
|
|
|
|
|
|
6 |
datasets==2.9.0
|
7 |
beautifulsoup4==4.12.0
|
8 |
spacy==3.5.0
|
9 |
+
huggingface_hub==0.16.4 # Added to resolve cached_download issue
|
10 |
+
git add requirements.txt
|