Spaces:
Runtime error
Runtime error
import gradio as gr | |
with gr.Blocks() as demo: | |
gr.Markdown('''# <center>🥳 滔滔AI 🎶</center> | |
## <center>🥰 - 滔滔AI,让有爱的AI滔滔不绝</center> | |
### <center>🦄 - TalkTalkAI, let lovely AI brighten the future</center> | |
''') | |
with gr.Tab("🤩 - 重磅首发:最强大的AI歌手界面"): | |
gr.Markdown(''' | |
## 🎶 AI歌手:今夜闻君琵琶语,如听仙乐耳暂明 🎸 | |
## 功能简介:歌声转换 + AI拟声 + 音乐视频一键制作 + 支持动态字幕与音浪特效 🌊 | |
## | |
# 点击这里进行访问:[滔滔AI](https://kevinwang676-test-1.hf.space) 🔮 | |
### | |
### 诚挚欢迎所有优秀的音乐人与我们合作(联系方式见网站底部),我们将竭尽所能的提供AI声音方面的技术支持,并且免费为您制作行业内最高质量的AI歌手!🎙️ | |
### 滔滔AI期待与所有用户和合作者共同谱写AI时代的精彩乐章!💕 | |
# | |
''') | |
gr.HTML(''' | |
<div class="footer"> | |
<p>📧 - 联系我们:[email protected] | |
</p> | |
</div> | |
''') | |
gr.HTML(''' | |
<div class="footer"> | |
<p>🖼️💕🎡 - 滔滔AI,为爱滔滔;有意清秋入衡霍,为君无尽写江天 | |
</p> | |
</div> | |
''') | |
with gr.Tab("🧸 - 发现更多有趣功能"): | |
gr.Markdown( | |
""" | |
## 😄 更多精彩,尽在滔滔AI | |
## 🎙️ [Bark真实拟声](https://kevinwang676-bark-with-voice-cloning.hf.space):AI嘴替,为您在线发声 | |
## 🎶 [Sovits](https://kevinwang676-voice-cloning-for-bilibili.hf.space):AI歌手,为您一展歌喉 | |
## 🤖 [快速声音克隆](https://kevinwang676-voice-cloning-demo.hf.space):AI拟声,为您妙语连珠 | |
# | |
""" | |
) | |
gr.HTML(''' | |
<div class="footer"> | |
<p>📧 - 联系我们:[email protected] | |
</p> | |
</div> | |
''') | |
gr.HTML(''' | |
<div class="footer"> | |
<p>🖼️💕🎡 - 滔滔AI,为爱滔滔;有意清秋入衡霍,为君无尽写江天 | |
</p> | |
</div> | |
''') | |
demo.launch(debug=True) |