kevinwang676 commited on
Commit
1b55f9b
1 Parent(s): 9ded820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -208,7 +208,11 @@ def predict_song_from_yt(
208
 
209
  description = f"""
210
 
211
- ### <center>🌊 滔滔AI合作音乐人:[一清清清](https://space.bilibili.com/22960772?spm_id_from=333.337.0.0)</center>
 
 
 
 
212
 
213
  """.strip()
214
 
@@ -234,7 +238,7 @@ interface_mic = gr.Interface(
234
  ),
235
  ],
236
  outputs="audio",
237
- title="🥳🎶🎡 - AI歌手:可从网址直接上传素材,且无需分离背景音",
238
  description=description,
239
  article=article,
240
  )
@@ -254,7 +258,7 @@ interface_file = gr.Interface(
254
  ),
255
  ],
256
  outputs="audio",
257
- title="🥳🎶🎡 - AI歌手:可从网址直接上传素材,且无需分离背景音",
258
  description=description,
259
  article=article,
260
  )
 
208
 
209
  description = f"""
210
 
211
+ ## <center>🌟 - 滔滔AI合作音乐人:[一清清清](https://space.bilibili.com/22960772?spm_id_from=333.337.0.0)</center>;AI歌手,唱我想唱!
212
+
213
+ ## <center>🌊 - 滔滔AI,为您提供全场景的AI声音服务(如AI拟声、AI歌手、AI变声等)</center>
214
+
215
+ ### <center>🎡 - 更多精彩,尽在[滔滔AI](http://www.talktalkai.com);合作:talktalkai.kevin@gmail.com</center>
216
 
217
  """.strip()
218
 
 
238
  ),
239
  ],
240
  outputs="audio",
241
+ title="🥳🎶🌊 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
242
  description=description,
243
  article=article,
244
  )
 
258
  ),
259
  ],
260
  outputs="audio",
261
+ title="🥳🎶🌊 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
262
  description=description,
263
  article=article,
264
  )