Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
|
|
1 |
streamlit
|
2 |
torch==2.0.1
|
3 |
whisper
|
4 |
groq
|
5 |
TTS @ git+https://github.com/coqui-ai/[email protected]
|
6 |
-
numpy
|
7 |
soundfile
|
8 |
pydub
|
9 |
streamlit-webrtc
|
10 |
av
|
11 |
python-dotenv
|
|
|
12 |
scipy==1.10.1
|
13 |
-
langid
|
|
|
1 |
+
--no-cache-dir
|
2 |
streamlit
|
3 |
torch==2.0.1
|
4 |
whisper
|
5 |
groq
|
6 |
TTS @ git+https://github.com/coqui-ai/[email protected]
|
7 |
+
numpy
|
8 |
soundfile
|
9 |
pydub
|
10 |
streamlit-webrtc
|
11 |
av
|
12 |
python-dotenv
|
13 |
+
numpy==1.23.5
|
14 |
scipy==1.10.1
|
15 |
+
langid
|