Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
|
|
| 1 |
gradio>=4.0
|
| 2 |
moviepy==1.0.3
|
| 3 |
imageio[ffmpeg]
|
| 4 |
-
gtts
|
| 5 |
pillow
|
| 6 |
requests
|
| 7 |
pydub
|
| 8 |
rich
|
| 9 |
edge-tts
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
soundfile
|
| 12 |
onnxruntime
|
| 13 |
torch
|
|
|
|
| 14 |
git+https://github.com/huggingface/transformers.git
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 1 |
+
# === Dépendances principales ===
|
| 2 |
gradio>=4.0
|
| 3 |
moviepy==1.0.3
|
| 4 |
imageio[ffmpeg]
|
|
|
|
| 5 |
pillow
|
| 6 |
requests
|
| 7 |
pydub
|
| 8 |
rich
|
| 9 |
edge-tts
|
| 10 |
+
gtts
|
| 11 |
+
|
| 12 |
+
# === Audio et IA ===
|
| 13 |
soundfile
|
| 14 |
onnxruntime
|
| 15 |
torch
|
| 16 |
+
transformers
|
| 17 |
git+https://github.com/huggingface/transformers.git
|
|
|
|
|
|