Spaces:
Sleeping
Sleeping
Xudong Xiao
commited on
Commit
·
1db8078
1
Parent(s):
0f7f63b
Update dependencies in requirements.txt
Browse filesExisting users can reinstall dependencies using
`pip install --upgrade --force-reinstall -r requirements.txt`
Former-commit-id: 99d82ecdf3d5aa0e22c255f5982c340b56c25762
- requirement.txt +3 -1
requirement.txt
CHANGED
@@ -5,6 +5,7 @@ attrs==22.2.0
|
|
5 |
certifi==2022.12.7
|
6 |
charset-normalizer==3.1.0
|
7 |
ffmpeg-python==0.2.0
|
|
|
8 |
filelock==3.10.0
|
9 |
frozenlist==1.3.3
|
10 |
future==0.18.3
|
@@ -23,12 +24,13 @@ openai-whisper @ git+https://github.com/openai/whisper.git@6dea21fd7f7253bfe450f
|
|
23 |
panda==0.3.1
|
24 |
pandas==1.5.3
|
25 |
python-dateutil==2.8.2
|
26 |
-
pytube==
|
27 |
pytube3==9.6.4
|
28 |
pytz==2022.7.1
|
29 |
regex==2022.10.31
|
30 |
requests==2.28.2
|
31 |
six==1.16.0
|
|
|
32 |
sympy==1.11.1
|
33 |
tiktoken==0.3.1
|
34 |
torch==2.0.0
|
|
|
5 |
certifi==2022.12.7
|
6 |
charset-normalizer==3.1.0
|
7 |
ffmpeg-python==0.2.0
|
8 |
+
Flask==2.3.3
|
9 |
filelock==3.10.0
|
10 |
frozenlist==1.3.3
|
11 |
future==0.18.3
|
|
|
24 |
panda==0.3.1
|
25 |
pandas==1.5.3
|
26 |
python-dateutil==2.8.2
|
27 |
+
pytube==15.0.0
|
28 |
pytube3==9.6.4
|
29 |
pytz==2022.7.1
|
30 |
regex==2022.10.31
|
31 |
requests==2.28.2
|
32 |
six==1.16.0
|
33 |
+
stable-ts==2.9.0
|
34 |
sympy==1.11.1
|
35 |
tiktoken==0.3.1
|
36 |
torch==2.0.0
|