achouffe commited on
Commit
1e49036
·
verified ·
1 Parent(s): 79f6115

feat: add dependencies and python version

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. requirements.txt +2 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.10.12
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ultralytics==8.3.*
2
+ gradio==5.4.*