Spaces:
Sleeping
Sleeping
adding dist upgrade
Browse files- packages.txt +0 -1
- requirements.txt +2 -1
packages.txt
CHANGED
@@ -1 +0,0 @@
|
|
1 |
-
ffmpeg
|
|
|
|
requirements.txt
CHANGED
@@ -23,12 +23,14 @@ decorator==5.1.1
|
|
23 |
executing==1.2.0
|
24 |
fastapi==0.101.1
|
25 |
faster-whisper==0.7.1
|
|
|
26 |
ffmpy==0.3.1
|
27 |
filelock==3.9.0
|
28 |
flatbuffers==23.5.26
|
29 |
fonttools==4.42.0
|
30 |
frozenlist==1.4.0
|
31 |
fsspec==2023.6.0
|
|
|
32 |
gradio==3.40.1
|
33 |
gradio_client==0.4.0
|
34 |
h11==0.14.0
|
@@ -96,7 +98,6 @@ sympy==1.11.1
|
|
96 |
threadpoolctl==3.2.0
|
97 |
tokenizers==0.13.3
|
98 |
toolz==0.12.0
|
99 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
100 |
torch==2.0.1+cpu
|
101 |
torchaudio==2.0.2+cpu
|
102 |
torchvision==0.15.2+cpu
|
|
|
23 |
executing==1.2.0
|
24 |
fastapi==0.101.1
|
25 |
faster-whisper==0.7.1
|
26 |
+
ffmpeg-python==0.2.0
|
27 |
ffmpy==0.3.1
|
28 |
filelock==3.9.0
|
29 |
flatbuffers==23.5.26
|
30 |
fonttools==4.42.0
|
31 |
frozenlist==1.4.0
|
32 |
fsspec==2023.6.0
|
33 |
+
future==0.18.3
|
34 |
gradio==3.40.1
|
35 |
gradio_client==0.4.0
|
36 |
h11==0.14.0
|
|
|
98 |
threadpoolctl==3.2.0
|
99 |
tokenizers==0.13.3
|
100 |
toolz==0.12.0
|
|
|
101 |
torch==2.0.1+cpu
|
102 |
torchaudio==2.0.2+cpu
|
103 |
torchvision==0.15.2+cpu
|