Waris01 commited on
Commit
481b1e5
·
verified ·
1 Parent(s): 14d65d5

updated dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,7 +1,13 @@
1
- python
2
- gradio
3
- load_dotenv
4
- os
5
- langchain
6
- langchain_groq
7
- gTTs
 
 
 
 
 
 
 
1
+ gradio
2
+ load_dotenv
3
+ os
4
+ groq
5
+ langchain
6
+ langchain_groq
7
+ gradio==5.25.0
8
+ gTTS==2.5.4
9
+ langchain==0.3.23
10
+ langchain-groq==0.3.2
11
+ load-dotenv==0.1.0
12
+ pygame==2.6.1
13
+ SpeechRecognition==3.14.2