Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
pyannote.audio
|
2 |
git+https://github.com/huggingface/speechbox.git
|
3 |
transformers==4.26.1
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
1 |
pyannote.audio
|
2 |
git+https://github.com/huggingface/speechbox.git
|
3 |
transformers==4.26.1
|
4 |
+
pytube
|
5 |
+
fastapi==0.74.*
|
6 |
+
requests==2.27.*
|
7 |
+
sentencepiece==0.1.*
|
8 |
+
torch==1.11.*
|
9 |
+
uvicorn[standard]==0.17.*
|