Spaces:
Running on Zero
Running on Zero
Fix author Telegram link
Browse files- .gitattributes +0 -1
- .gitignore +4 -1
- README.md +1 -1
- app.py +1 -1
- model/config.yaml +0 -1
.gitattributes
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
|
|
|
|
| 1 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
.gitignore
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
ruaccent_data/
|
| 2 |
__pycache__/
|
| 3 |
.pytest_cache/
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
ruaccent_data/
|
| 2 |
__pycache__/
|
| 3 |
.pytest_cache/
|
| 4 |
+
model/model.safetensors
|
| 5 |
+
model/tokenizer.model
|
| 6 |
+
model/tokenizer.vocab
|
| 7 |
+
voices/
|
README.md
CHANGED
|
@@ -18,7 +18,7 @@ voices and optional zero-shot voice cloning from an uploaded recording. RUAccent
|
|
| 18 |
synthesis. When a reference is uploaded or recorded, it takes priority over the selected built-in
|
| 19 |
voice.
|
| 20 |
|
| 21 |
-
Telegram автора: [t.me/
|
| 22 |
|
| 23 |
The model weights, tokenizer, and built-in model-specific voice states are stored in the private
|
| 24 |
`Brakanier/pocket-tts-ru-private` model repository. The public Space accesses them through its
|
|
|
|
| 18 |
synthesis. When a reference is uploaded or recorded, it takes priority over the selected built-in
|
| 19 |
voice.
|
| 20 |
|
| 21 |
+
Telegram автора: [t.me/xVibeNot](https://t.me/xVibeNot)
|
| 22 |
|
| 23 |
The model weights, tokenizer, and built-in model-specific voice states are stored in the private
|
| 24 |
`Brakanier/pocket-tts-ru-private` model repository. The public Space accesses them through its
|
app.py
CHANGED
|
@@ -142,7 +142,7 @@ with gr.Blocks(title="xVibePocketTTS") as demo:
|
|
| 142 |
знаком `+` перед ударной гласной: `з+амок` или `зам+ок`. Оно всегда имеет приоритет.
|
| 143 |
Над `ё` знак ударения не нужен.
|
| 144 |
|
| 145 |
-
Telegram автора: [t.me/
|
| 146 |
"""
|
| 147 |
)
|
| 148 |
|
|
|
|
| 142 |
знаком `+` перед ударной гласной: `з+амок` или `зам+ок`. Оно всегда имеет приоритет.
|
| 143 |
Над `ё` знак ударения не нужен.
|
| 144 |
|
| 145 |
+
Telegram автора: [t.me/xVibeNot](https://t.me/xVibeNot)
|
| 146 |
"""
|
| 147 |
)
|
| 148 |
|
model/config.yaml
CHANGED
|
@@ -52,4 +52,3 @@ mimi:
|
|
| 52 |
quantizer:
|
| 53 |
dimension: 32
|
| 54 |
output_dimension: 512
|
| 55 |
-
|
|
|
|
| 52 |
quantizer:
|
| 53 |
dimension: 32
|
| 54 |
output_dimension: 512
|
|
|