Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
torch
|
|
|
|
|
|
|
| 3 |
transformers
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
torchaudio
|
| 3 |
+
torchvision
|
| 4 |
transformers
|
| 5 |
+
openai-whisper
|
| 6 |
huggingface_hub
|
| 7 |
+
soundfile
|
| 8 |
+
ffmpeg-python
|
| 9 |
+
streamlit
|