Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
huggingface_hub==0.23.4
|
| 3 |
openai-whisper
|
| 4 |
-
pyannote.audio==3.
|
| 5 |
librosa
|
| 6 |
soundfile
|
| 7 |
-
torch
|
|
|
|
| 8 |
transformers==4.44.0
|
| 9 |
python-docx
|
| 10 |
reportlab
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
huggingface_hub==0.23.4
|
| 3 |
openai-whisper
|
| 4 |
+
pyannote.audio==3.3.2
|
| 5 |
librosa
|
| 6 |
soundfile
|
| 7 |
+
torch==2.1.2
|
| 8 |
+
torchaudio==2.1.2
|
| 9 |
transformers==4.44.0
|
| 10 |
python-docx
|
| 11 |
reportlab
|