Wauplin HF Staff commited on
Commit
fe133df
·
verified ·
1 Parent(s): dc68905

Fix library_name

Browse files

Follow-up after https://huggingface.co/openbmb/VoxCPM-0.5B/discussions/4

To be aligned with https://github.com/huggingface/huggingface.js/pull/1755 (and naming convention), the library_name should be lowercased.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ language:
6
  base_model:
7
  - openbmb/MiniCPM4-0.5B
8
  pipeline_tag: text-to-speech
9
- library_name: VoxCPM
10
  tags:
11
  - text-to-speech
12
  - speech
 
6
  base_model:
7
  - openbmb/MiniCPM4-0.5B
8
  pipeline_tag: text-to-speech
9
+ library_name: voxcpm
10
  tags:
11
  - text-to-speech
12
  - speech