Gabe Rogan commited on
Commit
69eb5bb
·
1 Parent(s): c80bc50

Fix deps + minor changes

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. .python-version +1 -0
  3. README.md +2 -0
  4. requirements.txt +1 -2
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__/
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ object-detection
README.md CHANGED
@@ -11,3 +11,5 @@ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ Run `pyenv virtualenv object-detection`
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
  gradio==4.28.3
2
- torch==2.3.0
3
  transformers==4.40.1
4
- timm==0.9.16
 
1
  gradio==4.28.3
 
2
  transformers==4.40.1
3
+ timm==0.9.16