Spaces:
Build error
Build error
upload environment
Browse files- requirements.txt +7 -1
- utils.py +0 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
opencv-python
|
| 2 |
git+https://github.com/openai/CLIP.git
|
| 3 |
matplotlib
|
| 4 |
-
torch==1.13.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
opencv-python
|
| 2 |
git+https://github.com/openai/CLIP.git
|
| 3 |
matplotlib
|
| 4 |
+
torch==1.13.0
|
| 5 |
+
torchvision==0.14.0
|
| 6 |
+
tqdm
|
| 7 |
+
scipy==1.9.1
|
| 8 |
+
gradio==4.40.0
|
| 9 |
+
Pillow==9.5.0
|
| 10 |
+
scikit-learn==1.2.2
|
utils.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
import scipy
|
| 2 |
-
|
| 3 |
import os
|
| 4 |
import numpy as np
|
| 5 |
import cv2
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import numpy as np
|
| 3 |
import cv2
|