Spaces:
Configuration error
Configuration error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dash==2.16.1
|
2 |
+
dash-bootstrap-components==1.5.0
|
3 |
+
plotly==5.17.0
|
4 |
+
transformers==4.36.0
|
5 |
+
torch==2.1.0
|
6 |
+
numpy==1.24.3
|
7 |
+
pandas==2.1.4
|
8 |
+
requests==2.31.0
|
9 |
+
gunicorn==21.2.0
|