Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
diffusers
|
4 |
-
torch
|
5 |
-
Pillow
|
6 |
-
scipy
|
7 |
-
moviepy
|
8 |
-
|
9 |
-
|
10 |
-
TTS==0.10.0 # Coqui TTS
|
11 |
-
git+https://github.com/open-mmlab/PIA.git # PIA for faster animation generation
|
12 |
|
13 |
|
14 |
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
diffusers
|
4 |
+
torch
|
5 |
+
Pillow
|
6 |
+
scipy
|
7 |
+
moviepy
|
8 |
+
TTS
|
9 |
+
|
|
|
|
|
10 |
|
11 |
|
12 |
|