Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -21,7 +21,11 @@ jieba
|
|
21 |
kornia==0.6
|
22 |
langchain==0.0.101
|
23 |
librosa
|
|
|
24 |
miditoolkit==0.1.7
|
|
|
|
|
|
|
25 |
moviepy==1.0.3
|
26 |
numpy==1.23.1
|
27 |
omegaconf==2.1.1
|
@@ -62,3 +66,4 @@ uuid==1.30
|
|
62 |
webdataset==0.2.5
|
63 |
webrtcvad==2.0.10
|
64 |
yapf==0.32.0
|
|
|
|
21 |
kornia==0.6
|
22 |
langchain==0.0.101
|
23 |
librosa
|
24 |
+
loguru
|
25 |
miditoolkit==0.1.7
|
26 |
+
mmcv==1.5.0
|
27 |
+
mmdet==2.23.0
|
28 |
+
mmengine==0.7.2
|
29 |
moviepy==1.0.3
|
30 |
numpy==1.23.1
|
31 |
omegaconf==2.1.1
|
|
|
66 |
webdataset==0.2.5
|
67 |
webrtcvad==2.0.10
|
68 |
yapf==0.32.0
|
69 |
+
git+https://github.com/openai/CLIP.git
|