Spaces:
Running
Running
version1
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
groq>=0.30.0
|
4 |
gtts>=2.5.4
|
5 |
mistralai>=1.2.0
|
6 |
-
numpy
|
7 |
google-generativeai>=0.5.0
|
8 |
soundfile>=0.12.1
|
9 |
openai>=1.0.0
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
pydantic==2.10.6
|
3 |
+
python-dotenv==0.21.0
|
4 |
groq>=0.30.0
|
5 |
gtts>=2.5.4
|
6 |
mistralai>=1.2.0
|
7 |
+
numpy==1.26.4
|
8 |
google-generativeai>=0.5.0
|
9 |
soundfile>=0.12.1
|
10 |
openai>=1.0.0
|