Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
-
torch
|
| 3 |
#https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20241010+nightly.cleanup-py3-none-any.whl
|
| 4 |
#torch_xla[tpu] == 2.6.0
|
| 5 |
-
torchaudio
|
| 6 |
ffmpeg
|
| 7 |
soundfile
|
| 8 |
numpy
|
| 9 |
streamlit == 1.45.1
|
| 10 |
opencv-python
|
| 11 |
-
pyannote.audio==
|
| 12 |
matplotlib
|
| 13 |
plotly
|
| 14 |
kaleido==1.0.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch==2.5.1
|
| 3 |
#https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20241010+nightly.cleanup-py3-none-any.whl
|
| 4 |
#torch_xla[tpu] == 2.6.0
|
| 5 |
+
torchaudio==2.5.1
|
| 6 |
ffmpeg
|
| 7 |
soundfile
|
| 8 |
numpy
|
| 9 |
streamlit == 1.45.1
|
| 10 |
opencv-python
|
| 11 |
+
pyannote.audio==3.1.1
|
| 12 |
matplotlib
|
| 13 |
plotly
|
| 14 |
kaleido==1.0.0
|