Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
-
groq
|
| 5 |
python-dotenv==1.0.0
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
|
@@ -15,4 +15,5 @@ pyannote.audio==3.1.1
|
|
| 15 |
openai-whisper==20231117
|
| 16 |
transformers==4.35.2
|
| 17 |
torch-vggish-yamnet
|
| 18 |
-
huggingface-hub>=0.17.0
|
|
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
+
groq
|
| 5 |
python-dotenv==1.0.0
|
| 6 |
librosa==0.10.1
|
| 7 |
soundfile==0.12.1
|
|
|
|
| 15 |
openai-whisper==20231117
|
| 16 |
transformers==4.35.2
|
| 17 |
torch-vggish-yamnet
|
| 18 |
+
huggingface-hub>=0.17.0
|
| 19 |
+
httpx
|