Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -17,8 +17,8 @@ requests==2.31.0
|
|
| 17 |
python-dotenv==1.0.0
|
| 18 |
speechrecognition==3.10.0
|
| 19 |
# Voice features
|
| 20 |
-
# pyttsx3==2.90 # optional offline TTS
|
| 21 |
-
pyaudio==0.2.11 #
|
| 22 |
gTTS==2.4.0
|
| 23 |
pydub==0.25.1
|
| 24 |
folium==0.20.0
|
|
|
|
| 17 |
python-dotenv==1.0.0
|
| 18 |
speechrecognition==3.10.0
|
| 19 |
# Voice features
|
| 20 |
+
# pyttsx3==2.90 # optional offline TTS (local only)
|
| 21 |
+
# pyaudio==0.2.11 # native mic (disabled on server; WebRTC used instead)
|
| 22 |
gTTS==2.4.0
|
| 23 |
pydub==0.25.1
|
| 24 |
folium==0.20.0
|