Unverified Commit 99c1268e authored by lee1jun's avatar lee1jun Committed by GitHub
Browse files

fix typo in BARK_PRETRAINED_MODEL_ARCHIVE_LIST (#24902)

fix typo in BARK_PRETRAINED_MODEL_ARCHIVE_LIST

suno/barh should be suno/bark
parent aa4afa67
...@@ -48,7 +48,7 @@ _CONFIG_FOR_DOC = "BarkConfig" ...@@ -48,7 +48,7 @@ _CONFIG_FOR_DOC = "BarkConfig"
BARK_PRETRAINED_MODEL_ARCHIVE_LIST = [ BARK_PRETRAINED_MODEL_ARCHIVE_LIST = [
"suno/bark-small", "suno/bark-small",
"suno/barh", "suno/bark",
# See all Bark models at https://huggingface.co/models?filter=bark # See all Bark models at https://huggingface.co/models?filter=bark
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment