Masaaki Kawata commited on
Commit
1f0f298
Β·
1 Parent(s): 22f05c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -1,9 +1,17 @@
1
  torch
2
  torchvision
3
  python-dotenv
 
4
  pillow
5
  numpy<2.0.0
 
 
 
6
  opencv-python
 
 
 
 
7
  gradio
8
  huggingface-hub
9
  simple-lama-inpainting==0.1.2
 
1
  torch
2
  torchvision
3
  python-dotenv
4
+ omegaconf
5
  pillow
6
  numpy<2.0.0
7
+ easydict
8
+ scikit-image
9
+ scikit-learn
10
  opencv-python
11
+ albumentations==0.5.*
12
+ kornia
13
+ webdataset
14
+ pytorch-lightning
15
  gradio
16
  huggingface-hub
17
  simple-lama-inpainting==0.1.2