Chaitanya895 commited on
Commit
37e32b0
·
verified ·
1 Parent(s): 9ebd576

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # enable native mic when PortAudio available
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