Spaces:
Sleeping
Sleeping
Commit ·
2f96d14
1
Parent(s): ea22464
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.40.1
|
| 2 |
+
matplotlib==3.7.2
|
| 3 |
+
opencv-python>=4.8.0
|
| 4 |
+
Pillow==10.0.0
|
| 5 |
+
torch==2.0.1
|
| 6 |
+
torchvision==0.15.2
|