Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,8 +2,9 @@ httpx
|
|
2 |
edge-tts
|
3 |
gradio-client
|
4 |
pydub
|
5 |
-
transformers
|
6 |
moviepy
|
7 |
asyncio
|
8 |
sentencepiece
|
9 |
-
accelerate
|
|
|
|
2 |
edge-tts
|
3 |
gradio-client
|
4 |
pydub
|
5 |
+
git+https://github.com/huggingface/transformers
|
6 |
moviepy
|
7 |
asyncio
|
8 |
sentencepiece
|
9 |
+
accelerate
|
10 |
+
optimum
|