Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
95999a9
1
Parent(s):
25ea338
update gradio cached examples
Browse files- tts/gradio_api.py +3 -3
tts/gradio_api.py
CHANGED
|
@@ -95,9 +95,9 @@ if __name__ == '__main__':
|
|
| 95 |
gr.Number(label="Similarity Weight", value=3.0)], outputs=[gr.Audio(label="Synthesized Audio")],
|
| 96 |
title="MegaTTS3",
|
| 97 |
examples=[
|
| 98 |
-
['./official_test_case/范闲.wav', './official_test_case/范闲.npy', "你好呀,我是范闲。我给你读一段清泉石上流。"],
|
| 99 |
-
['./official_test_case/周杰伦1.wav', './official_test_case/周杰伦1.npy', "有的时候嘛,我去台湾开演唱会的时候,会很喜欢来一碗卤肉饭的。"],
|
| 100 |
-
['./official_test_case/keep_app.wav', './official_test_case/keep_app.npy', "Let do some exercise and practice more."],
|
| 101 |
],
|
| 102 |
cache_examples=True,
|
| 103 |
description="Upload a speech clip as a reference for timbre, " +
|
|
|
|
| 95 |
gr.Number(label="Similarity Weight", value=3.0)], outputs=[gr.Audio(label="Synthesized Audio")],
|
| 96 |
title="MegaTTS3",
|
| 97 |
examples=[
|
| 98 |
+
['./official_test_case/范闲.wav', './official_test_case/范闲.npy', "你好呀,我是范闲。我给你读一段清泉石上流。", 32, 1.4, 3.0],
|
| 99 |
+
['./official_test_case/周杰伦1.wav', './official_test_case/周杰伦1.npy', "有的时候嘛,我去台湾开演唱会的时候,会很喜欢来一碗卤肉饭的。", 32, 1.4, 3.0],
|
| 100 |
+
['./official_test_case/keep_app.wav', './official_test_case/keep_app.npy', "Let do some exercise and practice more.", 32, 1.4, 3.0],
|
| 101 |
],
|
| 102 |
cache_examples=True,
|
| 103 |
description="Upload a speech clip as a reference for timbre, " +
|