ShyFoo commited on
Commit
4ffd450
·
verified ·
1 Parent(s): 92e710a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -46,7 +46,8 @@ Or let the evaluation protocol fetch it for you:
46
  from counthallu.utils import load_counting_model
47
  model, model_type, _, _ = load_counting_model(
48
  "simobject", use_hub_model=True,
49
- repo_id="ShyFoo/CountHallu-counting_model-SimObject")
 
50
  ```
51
 
52
  See the [CountHallu repository](<https://github.com/ShyFoo/CountHallu-Diff>) for the full evaluation protocol.
 
46
  from counthallu.utils import load_counting_model
47
  model, model_type, _, _ = load_counting_model(
48
  "simobject", use_hub_model=True,
49
+ repo_id="ShyFoo/CountHallu-counting_model-SimObject"
50
+ )
51
  ```
52
 
53
  See the [CountHallu repository](<https://github.com/ShyFoo/CountHallu-Diff>) for the full evaluation protocol.