Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
sentencepiece>=0.2.0
|
3 |
+
gradio>=4.0.0
|
4 |
+
numpy>=1.23.0
|
5 |
+
pandas>=1.5.0
|
6 |
+
scikit-learn>=1.2.0
|
7 |
+
tqdm>=4.65.0
|