Spaces:
Sleeping
Sleeping
Add requirements.txt for Python environment.
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio~=4.9.0
|
2 |
+
transformers~=4.24.0
|
3 |
+
pandas~=1.4.2
|
4 |
+
torch~=1.13.0
|
5 |
+
nltk~=3.7
|