Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
streamlit
|
| 2 |
google-cloud-speech
|
| 3 |
google-auth
|
| 4 |
-
torch
|
| 5 |
numpy
|
| 6 |
transformers
|
| 7 |
librosa
|
| 8 |
groq
|
| 9 |
-
|
|
|
|
| 10 |
scipy
|
| 11 |
pydub
|
| 12 |
pathlib
|
|
|
|
| 1 |
streamlit
|
| 2 |
google-cloud-speech
|
| 3 |
google-auth
|
| 4 |
+
--no-deps torch
|
| 5 |
numpy
|
| 6 |
transformers
|
| 7 |
librosa
|
| 8 |
groq
|
| 9 |
+
pyaudio
|
| 10 |
+
sounddevice==0.4.6
|
| 11 |
scipy
|
| 12 |
pydub
|
| 13 |
pathlib
|