Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
gradio==4.14.0
|
3 |
+
transformers==4.36.2
|
4 |
+
torch==2.1.2
|
5 |
+
networkx==3.2.1
|
6 |
+
matplotlib==3.8.2
|
7 |
+
soundfile==0.12.1
|
8 |
+
pandas==2.1.4
|
9 |
+
numpy==1.26.2
|
10 |
+
python-dotenv==1.0.0
|
11 |
+
logging==0.4.9.6
|
12 |
+
typing-extensions==4.9.0
|
13 |
+
pylint==3.0.3
|