Spaces:
Running
Running
Commit
·
c5a5ab7
1
Parent(s):
902cd01
Updated requirements
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
torch>=1.12
|
2 |
transformers>=4.30.0
|
3 |
-
sentencepiece
|
4 |
-
nltk
|
5 |
-
mosestokenizer
|
6 |
gradio
|
7 |
requests
|
|
|
8 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
|
|
1 |
torch>=1.12
|
2 |
transformers>=4.30.0
|
|
|
|
|
|
|
3 |
gradio
|
4 |
requests
|
5 |
+
sentencepiece # Optional, may still be needed by transformers
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|