Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
pandas
|
| 3 |
+
gradio
|
| 4 |
+
joblib
|
| 5 |
+
tensorflow
|
| 6 |
+
nltk
|
| 7 |
+
sentencepiece
|
| 8 |
+
keras
|
| 9 |
+
torch
|