Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,11 @@ torch>=1.7.0
|
|
| 2 |
torchvision>=0.8.0
|
| 3 |
numpy>=1.19.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
-
pillow>=8.0.0
|
| 6 |
gradio>=3.0.0
|
| 7 |
einops>=0.4.0
|
| 8 |
timm>=0.4.12
|
| 9 |
-
scikit-image>=0.18.0
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torchvision>=0.8.0
|
| 3 |
numpy>=1.19.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
+
pillow>=8.0.0 # 提供PIL模块
|
| 6 |
gradio>=3.0.0
|
| 7 |
einops>=0.4.0
|
| 8 |
timm>=0.4.12
|
| 9 |
+
scikit-image>=0.18.0
|
| 10 |
+
matplotlib>=3.3.0
|
| 11 |
+
tqdm>=4.60.0
|
| 12 |
+
scipy>=1.6.0
|