Spaces:
Runtime error
Runtime error
updated models and info.md
Browse files- app.py +1 -1
- info.md +8 -0
- models/G_120K.pth +3 -0
app.py
CHANGED
@@ -133,7 +133,7 @@ def tts_fn(
|
|
133 |
if __name__ == "__main__":
|
134 |
parser = argparse.ArgumentParser()
|
135 |
parser.add_argument(
|
136 |
-
"-m", "--model", default="./models/
|
137 |
)
|
138 |
parser.add_argument(
|
139 |
"-c",
|
|
|
133 |
if __name__ == "__main__":
|
134 |
parser = argparse.ArgumentParser()
|
135 |
parser.add_argument(
|
136 |
+
"-m", "--model", default="./models/G_120K.pth", help="path of your model"
|
137 |
)
|
138 |
parser.add_argument(
|
139 |
"-c",
|
info.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
# Umamusume DeBERTA-VITS2 TTS
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
π **Currently, ONLY Japanese is supported.** π
|
4 |
|
5 |
πͺ **Based on [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2), this work tightly follows [Akito/umamusume_bert_vits2](https://huggingface.co/spaces/AkitoP/umamusume_bert_vits2), from which the Japanese text preprocessor is provided.** β€
|
|
|
1 |
# Umamusume DeBERTA-VITS2 TTS
|
2 |
|
3 |
+
---------------
|
4 |
+
|
5 |
+
π
2023.10.19 π
|
6 |
+
|
7 |
+
- Updated current Generator to 120K steps' checkpoint
|
8 |
+
|
9 |
+
------------------
|
10 |
+
|
11 |
π **Currently, ONLY Japanese is supported.** π
|
12 |
|
13 |
πͺ **Based on [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2), this work tightly follows [Akito/umamusume_bert_vits2](https://huggingface.co/spaces/AkitoP/umamusume_bert_vits2), from which the Japanese text preprocessor is provided.** β€
|
models/G_120K.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:494b7d67457ba1848f0554efb4cf2ebf6ff570fecb8ffaa8bf0ec9831c1ce2cf
|
3 |
+
size 857922750
|