Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if __name__ == '__main__':
|
|
89 |
example = 'こんにちは。'
|
90 |
config_path = f"saved_model/config.json"
|
91 |
model_path = f"saved_model/model.pth"
|
92 |
-
cover_path = f"saved_model/cover.
|
93 |
hps = utils.get_hparams_from_file(config_path)
|
94 |
model = SynthesizerTrn(
|
95 |
len(hps.symbols),
|
@@ -165,7 +165,7 @@ if __name__ == '__main__':
|
|
165 |
|
166 |
gr.Markdown(
|
167 |
"Official User Page \n\n"
|
168 |
-
"- [https://github.com/kdrkdrkdr/ProsekaTTS](https://github.com/kdrkdrkdr/ProsekaTTS)\n"
|
169 |
"Reference \n\n"
|
170 |
"- [https://huggingface.co/spaces/skytnt/moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)"
|
171 |
|
|
|
89 |
example = 'こんにちは。'
|
90 |
config_path = f"saved_model/config.json"
|
91 |
model_path = f"saved_model/model.pth"
|
92 |
+
cover_path = f"saved_model/cover.png"
|
93 |
hps = utils.get_hparams_from_file(config_path)
|
94 |
model = SynthesizerTrn(
|
95 |
len(hps.symbols),
|
|
|
165 |
|
166 |
gr.Markdown(
|
167 |
"Official User Page \n\n"
|
168 |
+
"- [https://github.com/kdrkdrkdr/ProsekaTTS](https://github.com/kdrkdrkdr/ProsekaTTS)\n\n"
|
169 |
"Reference \n\n"
|
170 |
"- [https://huggingface.co/spaces/skytnt/moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)"
|
171 |
|