Spaces:
Runtime error
Runtime error
Commit
Β·
24ace04
1
Parent(s):
fb5df20
Create new file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio == 3.0.10
|
| 2 |
+
|
| 3 |
+
pandas == 1.2.4
|
| 4 |
+
numpy == 1.21.4
|
| 5 |
+
scikit-learn == 1.0.2
|
| 6 |
+
nltk == 3.5
|
| 7 |
+
transformers == 4.16.2
|
| 8 |
+
tensorflow == 2.8.0
|
| 9 |
+
torch == 1.11.0
|