Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +18 -7
requirements.txt
CHANGED
@@ -1,7 +1,18 @@
|
|
1 |
-
|
2 |
-
streamlit
|
3 |
-
|
4 |
-
pydub
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.27.2
|
2 |
+
streamlit==1.15.2
|
3 |
+
youtube-transcript-api==0.4.4
|
4 |
+
pydub==0.25.1
|
5 |
+
numpy==1.23.5
|
6 |
+
pandas==1.5.2
|
7 |
+
scipy==1.9.3
|
8 |
+
matplotlib==3.6.2
|
9 |
+
requests==2.28.1
|
10 |
+
datasets==2.7.0
|
11 |
+
huggingface-hub>=0.19
|
12 |
+
hf-transfer>=0.1.4
|
13 |
+
protobuf<4
|
14 |
+
click<8.1
|
15 |
+
pydantic~=1.0
|
16 |
+
setuptools>=58.0.0
|
17 |
+
pip>=22.3.1
|
18 |
+
dotenv
|