Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
gradio==4.44.0
|
| 3 |
pyannote.audio==3.1.1
|
| 4 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
huggingface_hub==0.25.1
|
|
|
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
pyannote.audio==3.1.1
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
torchaudio>=2.0.0
|
| 5 |
+
librosa==0.10.2
|
| 6 |
+
soundfile==0.12.1
|
| 7 |
+
matplotlib==3.9.2
|
| 8 |
+
numpy==1.26.4
|
| 9 |
huggingface_hub==0.25.1
|