Spaces:
Running
on
T4
Running
on
T4
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),
|
@@ -166,6 +166,8 @@ if __name__ == '__main__':
|
|
166 |
gr.Markdown(
|
167 |
"Official User Page \n\n"
|
168 |
"- [https://github.com/kdrkdrkdr/ProsekaTTS](https://github.com/kdrkdrkdr/ProsekaTTS)\n"
|
|
|
|
|
169 |
|
170 |
)
|
171 |
app.queue(concurrency_count=3).launch(show_api=False)
|
|
|
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.jpg"
|
93 |
hps = utils.get_hparams_from_file(config_path)
|
94 |
model = SynthesizerTrn(
|
95 |
len(hps.symbols),
|
|
|
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 |
|
172 |
)
|
173 |
app.queue(concurrency_count=3).launch(show_api=False)
|