Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.20.0
|
| 2 |
+
git+https://github.com/openai/whisper.git
|
| 3 |
+
gTTS>=2.5.1
|
| 4 |
+
groq>=0.6.0
|
| 5 |
+
tensorflow>=2.11.0
|
| 6 |
+
Pillow>=10.0.0
|
| 7 |
+
numpy>=1.24.0
|