ajayarora1235
commited on
Commit
·
87c0d35
1
Parent(s):
e0001af
change python version, add audicoraft egg
Browse files- README.md +1 -0
- packages.txt +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -5,6 +5,7 @@ colorFrom: pink
|
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.42.0
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
|
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.42.0
|
8 |
+
python_version: 3.9.16
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
---
|
packages.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
build-essential
|
2 |
ffmpeg
|
3 |
aria2
|
|
|
|
1 |
build-essential
|
2 |
ffmpeg
|
3 |
aria2
|
4 |
+
espeak-ng
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
python==3.9.16
|
2 |
gTTS
|
3 |
elevenlabs
|
4 |
edge-tts
|
@@ -22,6 +21,7 @@ mega.py
|
|
22 |
gdown==5.1.0
|
23 |
onnxruntime
|
24 |
pyngrok==4.1.12
|
|
|
25 |
xformers==0.0.22
|
26 |
torchaudio==2.0.2
|
27 |
torch==2.0.1 # this assumes your system is compatible with CUDA 11.7, otherwise checkout https://pytorch.org/get-started/previous-versions/#v201
|
|
|
|
|
1 |
gTTS
|
2 |
elevenlabs
|
3 |
edge-tts
|
|
|
21 |
gdown==5.1.0
|
22 |
onnxruntime
|
23 |
pyngrok==4.1.12
|
24 |
+
audiocraft @ git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0
|
25 |
xformers==0.0.22
|
26 |
torchaudio==2.0.2
|
27 |
torch==2.0.1 # this assumes your system is compatible with CUDA 11.7, otherwise checkout https://pytorch.org/get-started/previous-versions/#v201
|