Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
pillow==10.3.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
imageio==2.34.0
|
| 5 |
+
imageio-ffmpeg==0.4.9
|
| 6 |
+
gtts==2.4.0
|
| 7 |
+
transformers
|
| 8 |
+
diffusers[torch]
|
| 9 |
+
torch
|
| 10 |
+
accelerate
|