Spaces:
Sleeping
Sleeping
updated requirements
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
nltk~=3.9.1
|
2 |
python-docx~=1.1.2
|
3 |
-
torch~=2.6.0
|
4 |
-
transformers~=4.51.2
|
5 |
iso-639~=0.4.5
|
6 |
protobuf~=6.30.2
|
7 |
-
sentencepiece~=0.2.0
|
8 |
requests~=2.32.3
|
9 |
tqdm~=4.67.1
|
10 |
-
gradio~=5.25.1
|
|
|
|
|
|
1 |
nltk~=3.9.1
|
2 |
python-docx~=1.1.2
|
|
|
|
|
3 |
iso-639~=0.4.5
|
4 |
protobuf~=6.30.2
|
|
|
5 |
requests~=2.32.3
|
6 |
tqdm~=4.67.1
|
7 |
+
gradio~=5.25.1
|
8 |
+
gradio_client~=1.8.0
|
9 |
+
setuptools~=80.0.0
|