Spaces:
Runtime error
Runtime error
Fix dependencies
Browse files- packages.txt +1 -0
- requirements.txt +2 -0
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ffmpeg
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
diffusers==0.1.3
|
2 |
diffusers==0.1.3
|
|
|
|
|
3 |
torch==1.12.1
|
4 |
torchvision==0.13.1
|
|
|
1 |
diffusers==0.1.3
|
2 |
diffusers==0.1.3
|
3 |
+
imageio==2.21.1
|
4 |
+
imageio-ffmpeg==0.4.7
|
5 |
torch==1.12.1
|
6 |
torchvision==0.13.1
|