Spaces:
Runtime error
Runtime error
Commit
ยท
d8d081f
1
Parent(s):
003217a
Update app.py
Browse files
app.py
CHANGED
@@ -208,9 +208,9 @@ def predict_song_from_yt(
|
|
208 |
|
209 |
description = f"""
|
210 |
|
211 |
-
## <center>๐๏ธ - TalkTalkAI - Generative AI Text to Speech & Singing Voice
|
212 |
|
213 |
-
### <center>๐ - The singer who collaborates with TalkTalkAI[ไธๆธ
ๆธ
ๆธ
](https://space.bilibili.com/22960772?spm_id_from=333.337.0.0)</center>
|
214 |
|
215 |
### <center>๐ค - Stay tuned. The best is yet to come. Contact us: [email protected]</center>
|
216 |
|
@@ -240,7 +240,7 @@ interface_yt = gr.Interface(
|
|
240 |
title="๐๐๐ถ - TalkTalkAI",
|
241 |
description=description,
|
242 |
examples=[
|
243 |
-
["https://www.youtube.com/watch?v=cn4M-fH08XY", 0, 11, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
244 |
],
|
245 |
)
|
246 |
interface = gr.TabbedInterface(
|
|
|
208 |
|
209 |
description = f"""
|
210 |
|
211 |
+
## <center>๐๏ธ - TalkTalkAI - Generative AI Text to Speech & Singing Voice Conversion</center>
|
212 |
|
213 |
+
### <center>๐ - The singer who collaborates with TalkTalkAI: [ไธๆธ
ๆธ
ๆธ
](https://space.bilibili.com/22960772?spm_id_from=333.337.0.0)</center>
|
214 |
|
215 |
### <center>๐ค - Stay tuned. The best is yet to come. Contact us: [email protected]</center>
|
216 |
|
|
|
240 |
title="๐๐๐ถ - TalkTalkAI",
|
241 |
description=description,
|
242 |
examples=[
|
243 |
+
["https://www.youtube.com/watch?v=cn4M-fH08XY", 0, 11.5, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
244 |
],
|
245 |
)
|
246 |
interface = gr.TabbedInterface(
|