Spaces:
Running
Running
Adding Requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.27.0
|
2 |
+
numpy==1.21.6
|
3 |
+
opencv_python==4.5.5.62
|
4 |
+
opencv_python_headless==4.7.0.72
|
5 |
+
torch==1.13.1
|
6 |
+
torchinfo==1.7.2
|
7 |
+
torchvision==0.14.1
|