AnoushkaJain3 commited on
Commit
da2396f
·
verified ·
1 Parent(s): 57961b5

Update README.md

Browse files

changed the repo_id

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ This can be used to automatically identify SUA units in spike-sorted outputs. If
23
  from spikeinterface.curation import auto_label_units
24
  labels = auto_label_units(
25
  sorting_analyzer = sorting_analyzer,
26
- repo_id = "AnoushkaJain3/sua_mua_classifier",
27
  trusted = ['numpy.dtype']
28
  )
29
  ```
 
23
  from spikeinterface.curation import auto_label_units
24
  labels = auto_label_units(
25
  sorting_analyzer = sorting_analyzer,
26
+ repo_id = "SpikeInterface/UnitRefine_sua_mua_classifier",
27
  trusted = ['numpy.dtype']
28
  )
29
  ```