Hugo Flores Garcia commited on
Commit
91e3ceb
1 Parent(s): d51eb6d

HF space prep

Browse files
Files changed (3) hide show
  1. app.py +0 -3
  2. requirements.txt +7 -0
  3. setup.py +1 -2
app.py CHANGED
@@ -31,9 +31,6 @@ dataset = at.data.datasets.AudioDataset(
31
  without_replacement=True,
32
  )
33
 
34
-
35
-
36
-
37
  OUT_DIR = Path("gradio-outputs")
38
  OUT_DIR.mkdir(exist_ok=True, parents=True)
39
 
 
31
  without_replacement=True,
32
  )
33
 
 
 
 
34
  OUT_DIR = Path("gradio-outputs")
35
  OUT_DIR.mkdir(exist_ok=True, parents=True)
36
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ torch
2
+ argbind>=0.3.2
3
+ numpy==1.22
4
+ gradio
5
+ loralib
6
+ descript-audio-codec @ git+https://github.com/descriptinc/descript-audio-codec.git
7
+ # audiotools @ git+https://github.com/descriptinc/audiotools.git
setup.py CHANGED
@@ -29,8 +29,7 @@ setup(
29
  "torch",
30
  "argbind>=0.3.2",
31
  "numpy==1.22",
32
- # "audiotools @ git+https://github.com/descriptinc/audiotools.git@f35914b5b3c6f1bf589cd09481478d741538828e",
33
- # "dac @ git+https://github.com/descriptinc/descript-audio-codec.git",
34
  "gradio",
35
  "tensorboardX",
36
  "loralib"
 
29
  "torch",
30
  "argbind>=0.3.2",
31
  "numpy==1.22",
32
+ "descript-audio-codec @ git+https://github.com/descriptinc/descript-audio-codec.git",
 
33
  "gradio",
34
  "tensorboardX",
35
  "loralib"