Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
nest-asyncio
|
3 |
+
uvicorn
|
4 |
+
python-multipart
|
5 |
+
torchaudio
|
6 |
+
transformers
|
7 |
+
pydub
|
8 |
+
faster_whisper
|
9 |
+
openai
|
10 |
+
Werkzeug
|
11 |
+
accelerate
|
12 |
+
python-dotenv
|
13 |
+
deepgram-sdk==2.12.0
|