Skip to content

Commit 5a5c913

Browse files
sdenton4copybara-github
authored andcommitted
Fix SurfPerch url
PiperOrigin-RevId: 870914926
1 parent a8731c4 commit 5a5c913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perch_hoplite/zoo/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
PERCH_V1_SLUG = PERCH_SLUG + 'bird-vocalization-classifier'
4040
PERCH_V2_SLUG = PERCH_SLUG + 'perch_v2'
4141
PERCH_V2_CPU_SLUG = PERCH_SLUG + 'perch_v2_cpu'
42-
SURFPERCH_SLUG = 'google/surfperch/tensorFlow2/TensorFlow2/1'
42+
SURFPERCH_SLUG = 'google/surfperch/TensorFlow2/1'
4343
HUMPBACK_SLUG = 'google/humpback-whale/tensorFlow2/humpback-whale'
4444
MULTISPECIES_WHALE_SLUG = 'google/multispecies-whale/tensorFlow2/default'
4545
YAMNET_SLUG = 'google/yamnet'

0 commit comments

Comments
 (0)