Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
3eb9778
1
Parent(s):
3110161
update
Browse files- inspiremusic/cli/frontend.py +0 -6
- requirements.txt +0 -1
inspiremusic/cli/frontend.py
CHANGED
@@ -12,14 +12,8 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
from functools import partial
|
15 |
-
import onnxruntime
|
16 |
import torch
|
17 |
-
import numpy as np
|
18 |
-
import whisper
|
19 |
from typing import Callable
|
20 |
-
import torchaudio.compliance.kaldi as kaldi
|
21 |
-
import torchaudio
|
22 |
-
import os
|
23 |
import re
|
24 |
import inflect
|
25 |
from inspiremusic.cli.model import InspireMusicModel
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
from functools import partial
|
|
|
15 |
import torch
|
|
|
|
|
16 |
from typing import Callable
|
|
|
|
|
|
|
17 |
import re
|
18 |
import inflect
|
19 |
from inspiremusic.cli.model import InspireMusicModel
|
requirements.txt
CHANGED
@@ -14,7 +14,6 @@ matplotlib==3.7.5
|
|
14 |
modelscope==1.15.0
|
15 |
networkx==3.1
|
16 |
omegaconf==2.3.0
|
17 |
-
openai-whisper==20231117
|
18 |
protobuf==4.25
|
19 |
pydantic==2.7.0
|
20 |
rich==13.7.1
|
|
|
14 |
modelscope==1.15.0
|
15 |
networkx==3.1
|
16 |
omegaconf==2.3.0
|
|
|
17 |
protobuf==4.25
|
18 |
pydantic==2.7.0
|
19 |
rich==13.7.1
|