Spaces:
Running
Running
update app
Browse files
app.py
CHANGED
|
@@ -347,9 +347,8 @@ with gr.Blocks(
|
|
| 347 |
) as demo:
|
| 348 |
gr.Markdown("# 🔊 Dasheng AudioGen Demo")
|
| 349 |
gr.Markdown(
|
| 350 |
-
"
|
| 351 |
-
"
|
| 352 |
-
"Describe the scene in natural language or fill in each track individually."
|
| 353 |
)
|
| 354 |
|
| 355 |
# Mode selector
|
|
|
|
| 347 |
) as demo:
|
| 348 |
gr.Markdown("# 🔊 Dasheng AudioGen Demo")
|
| 349 |
gr.Markdown(
|
| 350 |
+
"支持结构化 Prompt 的混合音频生成,可用自然语言描述场景(Auto mode)或逐轨道填写(Manual mode),一次生成包含音乐、可理解人声和音效的完整音频。。 \n"
|
| 351 |
+
"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."
|
|
|
|
| 352 |
)
|
| 353 |
|
| 354 |
# Mode selector
|