Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask == 3.1.0
|
2 |
+
englisttohindi == 4.1.0
|
3 |
+
torch == 2.2.1
|
4 |
+
rouge_score == 0.1.2
|
5 |
+
transformers == 4.47.1
|
6 |
+
sentencepiece == 0.2.0
|
7 |
+
nltk == 3.9.1
|
8 |
+
sacrebleu == 2.5.1
|
9 |
+
gunicorn == 23.0.0
|
10 |
+
protobuf == 5.29.3
|
11 |
+
numpy == 1.26.0
|