Spaces:
Runtime error
Runtime error
Update deps
Browse files- packages.txt +2 -1
- requirements.txt +7 -4
packages.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
build-essential
|
2 |
python3-opencv
|
3 |
-
libopencv-dev
|
|
|
|
1 |
build-essential
|
2 |
python3-opencv
|
3 |
+
libopencv-dev
|
4 |
+
cmake
|
requirements.txt
CHANGED
@@ -3,11 +3,14 @@ imageio==2.19.5
|
|
3 |
imageio-ffmpeg==0.4.7
|
4 |
numpy==1.22.4
|
5 |
opencv-python-headless==4.6.0.66
|
6 |
-
torch==1.12.
|
7 |
-
torchvision==0.13.
|
8 |
Pillow
|
9 |
scipy
|
10 |
scikit-image
|
11 |
-
diffusers==0.
|
12 |
transformers
|
13 |
-
ftfy
|
|
|
|
|
|
|
|
3 |
imageio-ffmpeg==0.4.7
|
4 |
numpy==1.22.4
|
5 |
opencv-python-headless==4.6.0.66
|
6 |
+
torch==1.12.1+cu113
|
7 |
+
torchvision==0.13.1+cu113
|
8 |
Pillow
|
9 |
scipy
|
10 |
scikit-image
|
11 |
+
diffusers==0.6.0
|
12 |
transformers
|
13 |
+
ftfy
|
14 |
+
fpie
|
15 |
+
gradio==3.6
|
16 |
+
fpie
|