Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
f6ee32e
1
Parent(s):
17a1048
update
Browse files- README.md +1 -0
- requirements.txt +2 -2
README.md
CHANGED
@@ -12,6 +12,7 @@ short_description: A Unified Framework for Music, Song, Audio Generation.
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
15 |
```bash
|
16 |
pip install flash-attn --no-build-isolation
|
17 |
```
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
```bash
|
17 |
pip install flash-attn --no-build-isolation
|
18 |
```
|
requirements.txt
CHANGED
@@ -19,8 +19,8 @@ pydantic==2.7.0
|
|
19 |
rich==13.7.1
|
20 |
soundfile==0.12.1
|
21 |
tensorboard==2.14.0
|
22 |
-
torch==2.0.1
|
23 |
-
torchaudio==2.0.2
|
24 |
uvicorn==0.30.0
|
25 |
wget==3.2
|
26 |
WeTextProcessing==1.0.3
|
|
|
19 |
rich==13.7.1
|
20 |
soundfile==0.12.1
|
21 |
tensorboard==2.14.0
|
22 |
+
torch==2.0.1
|
23 |
+
torchaudio==2.0.2
|
24 |
uvicorn==0.30.0
|
25 |
wget==3.2
|
26 |
WeTextProcessing==1.0.3
|