Spaces:
Running
Running
update app
Browse files
app.py
CHANGED
|
@@ -445,6 +445,20 @@ with gr.Blocks(
|
|
| 445 |
) as demo:
|
| 446 |
gr.Markdown("# 🔊 Dasheng AudioGen Demo")
|
| 447 |
gr.Markdown("Developed by SJTU X-LANCE & Xiaomi LLM Plus")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
gr.Markdown(
|
| 449 |
"支持结构化 Prompt 的混合音频生成,可用自然语言描述场景(Auto mode)或逐轨道填写(Manual mode),一次生成包含音乐、可理解人声和音效的完整音频。。 \n"
|
| 450 |
"Structured-prompt mixed audio generation that lets you describe a scene in natural language (Auto mode) or specify tracks manually (Manual mode), producing a complete audio clip with music, intelligible speech, and sound effects in one pass."
|
|
|
|
| 445 |
) as demo:
|
| 446 |
gr.Markdown("# 🔊 Dasheng AudioGen Demo")
|
| 447 |
gr.Markdown("Developed by SJTU X-LANCE & Xiaomi LLM Plus")
|
| 448 |
+
gr.HTML(
|
| 449 |
+
'<div style="padding: 16px 20px; background: rgba(220, 38, 38, 0.10); '
|
| 450 |
+
'border: 2px solid #dc2626; border-radius: 8px; margin: 12px 0 16px 0; '
|
| 451 |
+
'font-size: 15px; line-height: 2;">'
|
| 452 |
+
"🚧 <strong>由于接口变动,在线 Demo 服务暂时不可用,正在维护中。</strong><br>"
|
| 453 |
+
"您可以自行部署模型权重使用:"
|
| 454 |
+
'<a href="https://huggingface.co/mispeech/Dasheng-AudioGen" target="_blank">'
|
| 455 |
+
"mispeech/Dasheng-AudioGen</a><br><br>"
|
| 456 |
+
"🚧 <strong>Due to API changes, the online Demo is temporarily unavailable and under maintenance.</strong><br>"
|
| 457 |
+
"You can self-deploy using the model weights: "
|
| 458 |
+
'<a href="https://huggingface.co/mispeech/Dasheng-AudioGen" target="_blank">'
|
| 459 |
+
"mispeech/Dasheng-AudioGen</a>"
|
| 460 |
+
"</div>"
|
| 461 |
+
)
|
| 462 |
gr.Markdown(
|
| 463 |
"支持结构化 Prompt 的混合音频生成,可用自然语言描述场景(Auto mode)或逐轨道填写(Manual mode),一次生成包含音乐、可理解人声和音效的完整音频。。 \n"
|
| 464 |
"Structured-prompt mixed audio generation that lets you describe a scene in natural language (Auto mode) or specify tracks manually (Manual mode), producing a complete audio clip with music, intelligible speech, and sound effects in one pass."
|