Spaces:
Runtime error
Runtime error
emergeance
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Bark
|
2 |
git+https://github.com/suno-ai/bark.git
|
3 |
https://download.pytorch.org/whl/nightly/pytorch_triton-2.1.0%2B46672772b4-cp38-cp38-linux_x86_64.whl
|
4 |
https://download.pytorch.org/whl/nightly/cu117/torch-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
5 |
https://download.pytorch.org/whl/nightly/cu117/torchvision-0.16.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
6 |
https://download.pytorch.org/whl/nightly/cu117/torchaudio-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
7 |
-
|
8 |
-
# Wav2Vec2
|
9 |
-
huggingsound
|
10 |
-
|
11 |
-
# TTS
|
12 |
-
soundfile
|
|
|
1 |
+
|
2 |
+
# TTS
|
3 |
+
soundfile
|
4 |
+
|
5 |
+
# Wav2Vec2
|
6 |
+
huggingsound
|
7 |
+
|
8 |
# Bark
|
9 |
git+https://github.com/suno-ai/bark.git
|
10 |
https://download.pytorch.org/whl/nightly/pytorch_triton-2.1.0%2B46672772b4-cp38-cp38-linux_x86_64.whl
|
11 |
https://download.pytorch.org/whl/nightly/cu117/torch-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
12 |
https://download.pytorch.org/whl/nightly/cu117/torchvision-0.16.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
13 |
https://download.pytorch.org/whl/nightly/cu117/torchaudio-2.1.0.dev20230413%2Bcu117-cp38-cp38-linux_x86_64.whl
|
|
|
|
|
|
|
|
|
|
|
|