Rename requirements_hf.txt to requirements.txt
Browse files
requirements_hf.txt → requirements.txt
RENAMED
|
@@ -15,3 +15,15 @@ python-dotenv>=1.0.0
|
|
| 15 |
# Pour l'environnement portable
|
| 16 |
numpy>=1.21.0
|
| 17 |
scipy>=1.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Pour l'environnement portable
|
| 16 |
numpy>=1.21.0
|
| 17 |
scipy>=1.7.0
|
| 18 |
+
|
| 19 |
+
gradio>=4.0.0
|
| 20 |
+
openai-whisper>=20231117
|
| 21 |
+
torch>=2.0.0
|
| 22 |
+
transformers>=4.35.0
|
| 23 |
+
accelerate>=0.20.0
|
| 24 |
+
pydub>=0.25.1
|
| 25 |
+
numpy>=1.21.0
|
| 26 |
+
scipy>=1.7.0
|
| 27 |
+
python-dotenv>=1.0.0
|
| 28 |
+
sentencepiece>=0.1.99
|
| 29 |
+
|