Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.2
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.33.3
|
4 |
+
pandas==2.1.1
|
5 |
+
numpy==1.23.5
|
6 |
+
plotly==5.17.0
|
7 |
+
nltk==3.8.1
|
8 |
+
python-docx==0.8.11
|
9 |
+
langchain==0.0.300
|
10 |
+
langchain-communities==0.0.6
|