Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
|
2 |
-
transformers
|
3 |
diffusers
|
4 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
Pillow
|
6 |
numpy
|
7 |
moviepy
|
@@ -10,5 +16,4 @@ nltk
|
|
10 |
pydub
|
11 |
scipy
|
12 |
edge-tts
|
13 |
-
aiohttp
|
14 |
-
accelerate
|
|
|
1 |
+
accelerate
|
|
|
2 |
diffusers
|
3 |
torch
|
4 |
+
transformers
|
5 |
+
git+https://github.com/huggingface/diffusers.git
|
6 |
+
sentencepiece
|
7 |
+
spaces
|
8 |
+
xformers
|
9 |
+
openai
|
10 |
+
gradio
|
11 |
Pillow
|
12 |
numpy
|
13 |
moviepy
|
|
|
16 |
pydub
|
17 |
scipy
|
18 |
edge-tts
|
19 |
+
aiohttp
|
|