init
Browse files- model_clap.py +0 -1
model_clap.py
CHANGED
@@ -30,6 +30,5 @@ class CLAPEmbedding:
|
|
30 |
|
31 |
|
32 |
class CLAPGeneralEmbedding(CLAPEmbedding):
|
33 |
-
|
34 |
def __init__(self):
|
35 |
super().__init__(ckpt="laion/larger_clap_general")
|
|
|
30 |
|
31 |
|
32 |
class CLAPGeneralEmbedding(CLAPEmbedding):
|
|
|
33 |
def __init__(self):
|
34 |
super().__init__(ckpt="laion/larger_clap_general")
|