Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.23.0
|
2 |
+
pandas==1.5.2
|
3 |
+
numpy==1.23.5
|
4 |
+
plotly==5.11.0
|
5 |
+
scikit-learn==1.2.0
|
6 |
+
transformers==4.25.1
|
7 |
+
torch==1.13.0
|
8 |
+
openpyxl==3.0.10
|