Spaces:
Runtime error
Runtime error
haoheliu
commited on
Commit
Β·
e2a5daa
1
Parent(s):
380571b
update requirement
Browse files- README.md +1 -1
- requirements.txt +16 -0
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Audioldm Text To Audio Generation
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
|
|
|
| 1 |
---
|
| 2 |
title: Audioldm Text To Audio Generation
|
| 3 |
+
emoji: π
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 3 |
+
torch
|
| 4 |
+
scipy
|
| 5 |
+
torchaudio>=0.13.0
|
| 6 |
+
torchvision>=0.14.0
|
| 7 |
+
tqdm
|
| 8 |
+
pyyaml
|
| 9 |
+
einops
|
| 10 |
+
numpy<=1.23.5
|
| 11 |
+
soundfile
|
| 12 |
+
librosa
|
| 13 |
+
pandas
|
| 14 |
+
torchlibrosa
|
| 15 |
+
transformers
|
| 16 |
+
ftfy
|