Spaces:
Runtime error
Runtime error
Commit
Β·
4c397c7
1
Parent(s):
22c1515
- requirements.txt +14 -49
requirements.txt
CHANGED
@@ -1,50 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
# Core dependencies
|
8 |
-
gradio==4.38.1
|
9 |
-
gradio_client==1.1.0
|
10 |
-
|
11 |
-
# Additional dependencies
|
12 |
-
absl-py==2.1.0
|
13 |
-
aiofiles==23.2.1
|
14 |
-
altair==5.3.0
|
15 |
-
anyio==4.4.0
|
16 |
-
attrs==23.2.0
|
17 |
-
audioread==3.0.1
|
18 |
-
certifi==2024.7.4
|
19 |
-
charset-normalizer==3.3.2
|
20 |
-
click==8.1.7
|
21 |
-
decorator==4.4.2
|
22 |
-
fastapi==0.111.1
|
23 |
-
h5py==3.11.0
|
24 |
-
huggingface-hub==0.23.5
|
25 |
-
idna==3.7
|
26 |
-
Jinja2==3.1.4
|
27 |
-
joblib==1.4.2
|
28 |
-
jsonschema==4.23.0
|
29 |
-
kiwisolver==1.4.5
|
30 |
-
librosa==0.10.2.post1
|
31 |
-
MarkupSafe==2.1.5
|
32 |
-
matplotlib==3.9.1
|
33 |
numpy==1.26.4
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
scipy==1.14.0
|
43 |
-
soundfile==0.12.1
|
44 |
-
starlette==0.37.2
|
45 |
-
tqdm==4.66.4
|
46 |
-
transformers==4.42.4
|
47 |
-
uvicorn==0.30.1
|
48 |
-
|
49 |
-
# Any other necessary dependencies
|
50 |
-
# Add your additional dependencies here
|
|
|
1 |
+
sentencepiece
|
2 |
+
tiktoken
|
3 |
+
jsonlines
|
4 |
+
diffusers==0.30.1
|
5 |
+
accelerate==0.30.0
|
6 |
+
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
numpy==1.26.4
|
8 |
+
imageio
|
9 |
+
imageio-ffmpeg
|
10 |
+
timm
|
11 |
+
transformers
|
12 |
+
opencv-python-headless
|
13 |
+
einops
|
14 |
+
tensorboardX
|
15 |
+
ipython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|