Fix library_name
Browse filesFollow-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.
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:
|
| 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
|