Spaces:
Sleeping
Sleeping
Murali2003
commited on
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
protobuf>=3.20.3,<5
|
2 |
+
sacremoses==0.0.53
|
3 |
+
transformers>=4.41.0
|
4 |
+
torch>=2.0.0
|
5 |
+
newspaper3k==0.2.8
|
6 |
+
langdetect==1.0.9
|
7 |
+
altair<5
|
8 |
+
lxml_html_clean
|
9 |
+
streamlit
|