Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
8dfb2e9
1
Parent(s):
729efba
fix
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
RUN apt-get update && apt-get install -y ffmpeg
|
4 |
|
|
|
1 |
+
FROM python:3.9
|
2 |
|
3 |
RUN apt-get update && apt-get install -y ffmpeg
|
4 |
|
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ toolz
|
|
9 |
torch
|
10 |
torchaudio
|
11 |
torchcrepe
|
12 |
-
transformers
|
13 |
tqdm
|
14 |
librosa
|
15 |
pydub
|
|
|
9 |
torch
|
10 |
torchaudio
|
11 |
torchcrepe
|
12 |
+
transformers<5
|
13 |
tqdm
|
14 |
librosa
|
15 |
pydub
|