Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -4,9 +4,8 @@ textblob==0.17.1
|
|
4 |
vaderSentiment==3.3.2
|
5 |
nltk==3.8.1
|
6 |
|
7 |
-
# Audio
|
8 |
speechrecognition==3.10.0
|
9 |
-
pyaudio==0.2.13 ; platform_system == "Linux"
|
10 |
|
11 |
# Vision
|
12 |
Pillow==9.5.0
|
@@ -18,6 +17,3 @@ cryptography==42.0.5
|
|
18 |
|
19 |
# UI
|
20 |
gradio==4.19.1
|
21 |
-
|
22 |
-
# Utility
|
23 |
-
python-dotenv==1.0.1
|
|
|
4 |
vaderSentiment==3.3.2
|
5 |
nltk==3.8.1
|
6 |
|
7 |
+
# Audio (without pyaudio)
|
8 |
speechrecognition==3.10.0
|
|
|
9 |
|
10 |
# Vision
|
11 |
Pillow==9.5.0
|
|
|
17 |
|
18 |
# UI
|
19 |
gradio==4.19.1
|
|
|
|
|
|