Spaces:
Sleeping
Sleeping
Orr Paradise
commited on
Commit
·
be9045c
1
Parent(s):
421682e
install_requires now has all packages needed for the app to run out of the box.
Browse files
setup.py
CHANGED
@@ -28,12 +28,14 @@ setup(
|
|
28 |
install_requires=[
|
29 |
"torch",
|
30 |
"argbind>=0.3.2",
|
31 |
-
"numpy==1.
|
32 |
"wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
|
33 |
"lac @ git+https://github.com/hugofloresgarcia/lac.git",
|
34 |
"descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2",
|
35 |
"gradio",
|
36 |
"tensorboardX",
|
37 |
"loralib",
|
|
|
|
|
38 |
],
|
39 |
)
|
|
|
28 |
install_requires=[
|
29 |
"torch",
|
30 |
"argbind>=0.3.2",
|
31 |
+
"numpy==1.23",
|
32 |
"wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
|
33 |
"lac @ git+https://github.com/hugofloresgarcia/lac.git",
|
34 |
"descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2",
|
35 |
"gradio",
|
36 |
"tensorboardX",
|
37 |
"loralib",
|
38 |
+
"torch_pitch_shift",
|
39 |
+
"madmom",
|
40 |
],
|
41 |
)
|