fix
Browse files- .gitignore +6 -0
- requirements.txt +4 -4
.gitignore
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
*.png
|
| 2 |
test_endpoint.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.png
|
| 2 |
test_endpoint.py
|
| 3 |
+
*.jpg
|
| 4 |
+
*.jpeg
|
| 5 |
+
*.mp4
|
| 6 |
+
__pycache__/
|
| 7 |
+
*.pyc
|
| 8 |
+
|
requirements.txt
CHANGED
|
@@ -2,9 +2,9 @@ torch>=2.1.0
|
|
| 2 |
torchvision
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
-
opencv-python-headless
|
| 6 |
-
numpy
|
| 7 |
tqdm
|
| 8 |
-
|
| 9 |
-
lama-cleaner
|
| 10 |
|
|
|
|
| 2 |
torchvision
|
| 3 |
transformers
|
| 4 |
Pillow
|
| 5 |
+
opencv-python-headless>=4.8.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
tqdm
|
| 8 |
+
git+https://github.com/clovaai/CRAFT-pytorch.git
|
| 9 |
+
lama-cleaner==1.2.5
|
| 10 |
|