Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
streamlit
|
| 2 |
whisper
|
| 3 |
torch
|
|
|
|
|
|
|
|
|
|
| 4 |
sounddevice
|
| 5 |
scipy
|
| 6 |
numpy
|
|
|
|
| 1 |
streamlit
|
| 2 |
whisper
|
| 3 |
torch
|
| 4 |
+
portaudio19-dev
|
| 5 |
+
libportaudio2
|
| 6 |
+
libportaudiocpp0
|
| 7 |
sounddevice
|
| 8 |
scipy
|
| 9 |
numpy
|