Spaces:
Runtime error
Runtime error
Commit
·
539ab2a
1
Parent(s):
714aee2
use pyharp with cancel function
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🥗
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
|
|
|
| 1 |
---
|
| 2 |
+
title: vampnet
|
| 3 |
emoji: 🥗
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ loralib
|
|
| 6 |
wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat
|
| 7 |
lac @ git+https://github.com/hugofloresgarcia/lac.git
|
| 8 |
descript-audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git
|
| 9 |
-
git+https://github.com/
|
| 10 |
torch_pitch_shift
|
| 11 |
gradio
|
| 12 |
pydantic==2.10.6
|
|
|
|
| 6 |
wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat
|
| 7 |
lac @ git+https://github.com/hugofloresgarcia/lac.git
|
| 8 |
descript-audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git
|
| 9 |
+
git+https://github.com/lindseydeng/pyharp.git@main
|
| 10 |
torch_pitch_shift
|
| 11 |
gradio
|
| 12 |
pydantic==2.10.6
|