Spaces:
Sleeping
Sleeping
Hugo Flores García
commited on
fix setup reqs
Browse files
setup.py
CHANGED
@@ -28,17 +28,8 @@ setup(
|
|
28 |
install_requires=[
|
29 |
"torch",
|
30 |
"argbind>=0.3.2",
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git",
|
34 |
-
"lac @ git+https://github.com/hugofloresgarcia/lac.git",
|
35 |
-
# "wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git",
|
36 |
-
"torch==2.0",
|
37 |
-
"tqdm",
|
38 |
-
"tensorboard",
|
39 |
-
"google-cloud-logging==2.2.0",
|
40 |
-
"einops",
|
41 |
-
# "frechet_audio_distance",
|
42 |
"gradio",
|
43 |
"tensorboardX",
|
44 |
],
|
|
|
28 |
install_requires=[
|
29 |
"torch",
|
30 |
"argbind>=0.3.2",
|
31 |
+
"audiotools @ git+https://github.com/descriptinc/audiotools.git",
|
32 |
+
"lac @ git+https://github.com/descriptinc/descript-audio-codec.git",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
"gradio",
|
34 |
"tensorboardX",
|
35 |
],
|