Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.15.0
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision==0.15.2
|
4 |
+
numpy==1.24.3
|
5 |
+
Pillow==9.5.0
|
6 |
+
matplotlib==3.7.1
|
7 |
+
albumentations==1.3.1
|
8 |
+
opencv-python-headless==4.8.0.74
|
9 |
+
huggingface-hub==0.19.4
|