Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -10
requirements.txt
CHANGED
@@ -1,14 +1,8 @@
|
|
1 |
-
|
2 |
-
uvicorn==0.24.0
|
3 |
-
python-multipart==0.0.6
|
4 |
transformers==4.35.2
|
5 |
torch==2.1.1
|
6 |
torchaudio==2.1.1
|
7 |
-
openai-whisper==20231117
|
8 |
-
sentencepiece==0.1.99
|
9 |
numpy==1.22.0
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
aiofiles==23.2.1
|
14 |
-
gradio==4.7.1
|
|
|
1 |
+
gradio==4.7.1
|
|
|
|
|
2 |
transformers==4.35.2
|
3 |
torch==2.1.1
|
4 |
torchaudio==2.1.1
|
|
|
|
|
5 |
numpy==1.22.0
|
6 |
+
sentencepiece==0.1.99
|
7 |
+
openai-whisper==20231117
|
8 |
+
python-dotenv==1.0.0
|
|
|
|