Spaces:
Sleeping
Sleeping
updated
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,9 +1,3 @@
|
|
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
|
@@ -11,3 +5,4 @@ langchain-groq==0.3.2
|
|
11 |
load-dotenv==0.1.0
|
12 |
pygame==2.6.1
|
13 |
SpeechRecognition==3.14.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==5.25.0
|
2 |
gTTS==2.5.4
|
3 |
langchain==0.3.23
|
|
|
5 |
load-dotenv==0.1.0
|
6 |
pygame==2.6.1
|
7 |
SpeechRecognition==3.14.2
|
8 |
+
groq>=0.3.0
|