Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==2.2.9
|
2 |
+
torch==1.10.0
|
3 |
+
opencv-python-headless==4.5.4.58
|
4 |
+
numpy==1.21.5
|
5 |
+
ultralytics==0.5.3
|