Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# requirements.txt
|
2 |
gradio==4.14.0
|
3 |
transformers==4.36.2
|
4 |
torch==2.1.2
|
@@ -7,7 +6,4 @@ 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
|
|
|
|
|
1 |
gradio==4.14.0
|
2 |
transformers==4.36.2
|
3 |
torch==2.1.2
|
|
|
6 |
soundfile==0.12.1
|
7 |
pandas==2.1.4
|
8 |
numpy==1.26.2
|
9 |
+
python-dotenv==1.0.0
|
|
|
|
|
|