Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
#
|
2 |
--index-url https://download.pytorch.org/whl/cu118
|
3 |
torch==2.0.1+cu118
|
4 |
torchvision==0.15.2+cu118
|
5 |
torchaudio==2.0.2+cu118
|
6 |
|
7 |
-
#
|
8 |
transformers==4.30.2
|
9 |
diffusers==0.19.0
|
10 |
accelerate==0.21.0
|
@@ -13,7 +13,7 @@ safetensors==0.3.1
|
|
13 |
tokenizers==0.13.3
|
14 |
sentencepiece==0.1.99
|
15 |
|
16 |
-
#
|
17 |
librosa==0.10.0
|
18 |
soundfile==0.12.1
|
19 |
SpeechRecognition==3.10.0
|
@@ -21,25 +21,25 @@ gTTS==2.3.2
|
|
21 |
webrtcvad==2.0.10
|
22 |
pydub==0.25.1
|
23 |
|
24 |
-
#
|
25 |
Pillow==10.0.0
|
26 |
opencv-python-headless==4.7.0.72
|
27 |
imageio==2.31.1
|
28 |
imageio-ffmpeg==0.4.8
|
29 |
moviepy==1.0.3
|
30 |
|
31 |
-
#
|
32 |
pymupdf==1.22.5
|
33 |
python-docx==1.1.0
|
34 |
pdf2image==1.17.0
|
35 |
|
36 |
-
#
|
37 |
numpy==1.24.3
|
38 |
tqdm==4.65.0
|
39 |
langdetect==1.0.9
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
-
#
|
43 |
gradio==3.35.2
|
44 |
fastapi==0.95.2
|
45 |
uvicorn==0.22.0
|
|
|
1 |
+
# CORE (Your Original Versions)
|
2 |
--index-url https://download.pytorch.org/whl/cu118
|
3 |
torch==2.0.1+cu118
|
4 |
torchvision==0.15.2+cu118
|
5 |
torchaudio==2.0.2+cu118
|
6 |
|
7 |
+
# HF ECOSYSTEM (Pinned as Provided)
|
8 |
transformers==4.30.2
|
9 |
diffusers==0.19.0
|
10 |
accelerate==0.21.0
|
|
|
13 |
tokenizers==0.13.3
|
14 |
sentencepiece==0.1.99
|
15 |
|
16 |
+
# AUDIO (Original Stack)
|
17 |
librosa==0.10.0
|
18 |
soundfile==0.12.1
|
19 |
SpeechRecognition==3.10.0
|
|
|
21 |
webrtcvad==2.0.10
|
22 |
pydub==0.25.1
|
23 |
|
24 |
+
# IMAGE (Original Versions)
|
25 |
Pillow==10.0.0
|
26 |
opencv-python-headless==4.7.0.72
|
27 |
imageio==2.31.1
|
28 |
imageio-ffmpeg==0.4.8
|
29 |
moviepy==1.0.3
|
30 |
|
31 |
+
# DOCS (Original)
|
32 |
pymupdf==1.22.5
|
33 |
python-docx==1.1.0
|
34 |
pdf2image==1.17.0
|
35 |
|
36 |
+
# UTILITIES (Original)
|
37 |
numpy==1.24.3
|
38 |
tqdm==4.65.0
|
39 |
langdetect==1.0.9
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
+
# GRADIO (Original)
|
43 |
gradio==3.35.2
|
44 |
fastapi==0.95.2
|
45 |
uvicorn==0.22.0
|