Spaces:
Runtime error
Runtime error
add require
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
albumentations==1.3.0
|
3 |
+
opencv-contrib-python==4.3.0.36
|
4 |
+
imageio==2.9.0
|
5 |
+
imageio-ffmpeg==0.4.2
|
6 |
+
pytorch-lightning==1.5.0
|
7 |
+
omegaconf==2.1.1
|
8 |
+
test-tube>=0.7.5
|
9 |
+
streamlit==1.12.1
|
10 |
+
einops==0.3.0
|
11 |
+
transformers==4.19.2
|
12 |
+
webdataset==0.2.5
|
13 |
+
kornia==0.6
|
14 |
+
open_clip_torch==2.0.2
|
15 |
+
invisible-watermark>=0.1.5
|
16 |
+
streamlit-drawable-canvas==0.8.0
|
17 |
+
torchmetrics==0.6.0
|
18 |
+
timm==0.6.12
|
19 |
+
addict==2.4.0
|
20 |
+
yapf==0.32.0
|
21 |
+
prettytable==3.6.0
|
22 |
+
safetensors==0.2.7
|
23 |
+
basicsr==1.4.2
|
24 |
+
dlib==19.24.0
|