Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
torch --extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torchvision --extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
-
huggingface_hub==0.10.1
|
| 5 |
librosa==0.9.2
|
| 6 |
pyFluidSynth==1.3.0
|
| 7 |
pytube
|
|
@@ -19,6 +18,6 @@ streamlit==1.15.2
|
|
| 19 |
tensorboard
|
| 20 |
git+https://github.com/huggingface/transformers.git@983e40ac3b2af68fd6c927dce09324d54d023e54
|
| 21 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
| 22 |
-
|
| 23 |
setuptools==59.5.0
|
| 24 |
scikit-learn==1.0.2
|
|
|
|
| 1 |
torch --extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torchvision --extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 4 |
librosa==0.9.2
|
| 5 |
pyFluidSynth==1.3.0
|
| 6 |
pytube
|
|
|
|
| 18 |
tensorboard
|
| 19 |
git+https://github.com/huggingface/transformers.git@983e40ac3b2af68fd6c927dce09324d54d023e54
|
| 20 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
| 21 |
+
huggingface_hub==0.10.1
|
| 22 |
setuptools==59.5.0
|
| 23 |
scikit-learn==1.0.2
|