Spaces:
Sleeping
Sleeping
Sreyan Ghosh
commited on
Commit
·
afee017
1
Parent(s):
a09ed53
initial commit
Browse files- requirements.txt +0 -1
- src/factory.py +0 -1
requirements.txt
CHANGED
@@ -4,7 +4,6 @@ scikit-learn
|
|
4 |
librosa
|
5 |
soundfile
|
6 |
pydub
|
7 |
-
msclap
|
8 |
torch==2.0.1
|
9 |
torchaudio==2.0.2
|
10 |
torchlibrosa==0.1.0
|
|
|
4 |
librosa
|
5 |
soundfile
|
6 |
pydub
|
|
|
7 |
torch==2.0.1
|
8 |
torchaudio==2.0.2
|
9 |
torchlibrosa==0.1.0
|
src/factory.py
CHANGED
@@ -7,7 +7,6 @@ from copy import deepcopy
|
|
7 |
from transformers import AutoModelForCausalLM, AutoTokenizer, AutoModel, Wav2Vec2FeatureExtractor, WhisperFeatureExtractor, WhisperModel
|
8 |
# from .modeling_whisper import WhisperModel
|
9 |
from my_laion_clap.CLAP.src.laion_clap.clap_module.htsat import create_htsat_model
|
10 |
-
from my_ms_clap.src.CLAPWrapper import CLAPWrapper
|
11 |
|
12 |
import torch
|
13 |
import torchaudio
|
|
|
7 |
from transformers import AutoModelForCausalLM, AutoTokenizer, AutoModel, Wav2Vec2FeatureExtractor, WhisperFeatureExtractor, WhisperModel
|
8 |
# from .modeling_whisper import WhisperModel
|
9 |
from my_laion_clap.CLAP.src.laion_clap.clap_module.htsat import create_htsat_model
|
|
|
10 |
|
11 |
import torch
|
12 |
import torchaudio
|