kevinwang676 commited on
Commit
d8d081f
ยท
1 Parent(s): 003217a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Cloning</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,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(