Spaces:
Sleeping
Sleeping
Phil Sobrepena
commited on
Commit
·
c19a618
1
Parent(s):
c9b9594
rm torio
Browse files- Dockerfile +1 -2
- requirements.txt +1 -2
Dockerfile
CHANGED
@@ -43,8 +43,7 @@ RUN pip3 install --no-cache-dir \
|
|
43 |
tqdm>=4.65.0 \
|
44 |
librosa>=0.10.1 \
|
45 |
timm>=0.9.12 \
|
46 |
-
requests>=2.31.0
|
47 |
-
torio>=0.3.1
|
48 |
|
49 |
# Clone MMAudio
|
50 |
RUN git clone https://github.com/hkchengrex/MMAudio.git
|
|
|
43 |
tqdm>=4.65.0 \
|
44 |
librosa>=0.10.1 \
|
45 |
timm>=0.9.12 \
|
46 |
+
requests>=2.31.0
|
|
|
47 |
|
48 |
# Clone MMAudio
|
49 |
RUN git clone https://github.com/hkchengrex/MMAudio.git
|
requirements.txt
CHANGED
@@ -22,5 +22,4 @@ hydra-core>=1.3.2
|
|
22 |
tqdm>=4.65.0
|
23 |
librosa>=0.10.1
|
24 |
timm>=0.9.12
|
25 |
-
requests>=2.31.0
|
26 |
-
torio>=0.3.1
|
|
|
22 |
tqdm>=4.65.0
|
23 |
librosa>=0.10.1
|
24 |
timm>=0.9.12
|
25 |
+
requests>=2.31.0
|
|