Spaces:
Running
Running
marianna13
commited on
Commit
•
2e20f23
1
Parent(s):
772d191
Add requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-contrib-python==4.6.0.66
|
2 |
+
opencv-python==4.6.0.66
|
3 |
+
opencv-python-headless==4.6.0.66
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
tornado==5.1.1
|
7 |
+
kornia @ git+https://github.com/kornia/kornia@0ed4a283e75f1e93b63787ecfa608db3b2a8c060
|
8 |
+
numpy==1.21.6
|
9 |
+
gradio==3.3.1
|